Text-To-Speech Application in VB6
Aside from my Text-To-Speech Application in Android and VB6, I also created another tutorial in VB6 that converts an inputted text into a speech or voice. We will just only call the Speech API namespace for this program and with the use of Spvoice object. The SpVoice object brings the text-to-speech (TTS) engine capabilities to applications using SAPI automation. An application can create numerous SpVoice objects, each independent of and capable of interacting with the others.
Now, let's start this tutorial!
1.
- Read more about Text-To-Speech Application in VB6
- 1 comment
- Log in or register to post comments
- 3513 views