Saturday, June 9, 2012

Text to speech

Guys try this funny text to speech script.It will read out whatever you typed in the input box.

Just open the notepad and copy the below script and save it with .vbs extension

Dim message, sapi
message=InputBox("Hello Type the message Which you would like me to speak?","Just Type It dude")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Now type whatever you would like to speak it out.

No comments:

Post a Comment