How to make a talking script
September 28, 2008
Today I will show you how to make a text to word script using notepad.
Open note pad and copy the following:
Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Make sure you save it as a .vbs file.
Then run it and enter the text you wish to hear and it will play.

Popularity: 34% [?]
No related posts.




Comments
One Response to “How to make a talking script”
Got something to say?