Text to Speech or Text to telephone
Text to Speech or Text to telephone
API Declarations
'To get that reference download and install Microsoft Speech SDK
'This is to show how all speech softwares make us Jack Ass by selling
'those softwares so costly.
'All you need is WinNT4.0 or above, VB, speaker, mic, voice/fax modem.
dim oVoice as speechlib.spvoice
Rate Text to Speech or Text to telephone
(1(1 Vote))
oVoice.speak txtTextBox.Text, SVSFlagsAsync
'This will speak to default out put audio device (speaker)
'In case you want to direct the speech to telephone
'Add a MSCom control to your project
'Dial a telephone number
'Once picked up on other side [You need to know AT commands]
'set the oVoice output to telephone object and play the stream
set oVoice.AudioOutput="Your telephone object"
oVoice.speak "Your text data or wav file", flags
'See documentation.
Text to Speech or Text to telephone Comments
No comments yet — be the first to post one!
Post a Comment