WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Speech

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Text to Speech Voices

Keywords:  Text to Speech Voices

Assuming you have these voices installed...
v = ObjectOpen("Sapi.SpVoice")
Speaktext = ' This is a short sentence'
V.Speak(speaktext, 8)
Speaktext = ' This is a short sentence'
V.Speak(speaktext, 8)
Speaktext = ' This is a short sentence'
V.Speak(speaktext, 8)

ObjectClose(v)
exit

Article ID:   W15711
File Created: 2003:05:13:11:29:44
Last Updated: 2003:05:13:11:29:44