Click to See Complete Forum and Search --> : Voice control


ian19
August 13th, 2001, 08:35 PM
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!

Cakkie
August 14th, 2001, 01:20 AM
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
slisse@planetinternet.be

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

ian19
August 15th, 2001, 06:08 AM
thanks!