Wednesday, April 15, 2015

Make your computer talk anything that you want.

copy the code and past it in notepad then save it as anything.vbs
Dim msg, sapi
msg=InputBox("Enter your text for conversion–insideofthecomputer.blogspot.com","sameer`s Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


1 comment:

Comment from here.