Program Text2Speech Engine
-
Hi How can I program Text2Speech Engine in VB6 of my defined voice quality. If it cannot be done in vb, then do suggest me wer to find it. bye
pitchu
Hi , u can do it by installing ms-speechengine speechsdk51 (available to download) there is sapi controls would be added inside ur toolbox.u can activate these controls using adding items in toolbox.u can find help in vbcode.com by search of sapi.:)
-
Hi , u can do it by installing ms-speechengine speechsdk51 (available to download) there is sapi controls would be added inside ur toolbox.u can activate these controls using adding items in toolbox.u can find help in vbcode.com by search of sapi.:)
-
Then start Googling to do your own research on what's involved since you appear to know nothing about what you're getting into. Also, VB6 is probably not the best language to choose for this. Visual C++ would be much better since you'll need the performance benefits.
Dave Kreskowiak Microsoft MVP - Visual Basic