-
Voice control
Greetings!
I need a control to simply read aloud whatever is in a textbox inside a form. I cannot predetermine what would be the contents of the textbox, so i cannot create mp3s or wavs beforehand and then play them.
Please Help me.
I've tried searching the net, but all i got was a bunch of voice recognition, text to wav controls.
Thanks!
-
Re: Voice control
There's a control of M$ called the Direct Text-To-Speech Control which has quite some customisation options (male, female, agegroup and stuff) I do believe that it comes with VB6, if not, you will have to download the Microsoft Speech SDK from the MSDN site (http://msdn.microsoft.com).
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
-
Re: Voice control