Saturday, June 9, 2012

Make Your Own Software That Speaks Whatever You Type In It.

Hey Wanna Make Your Very Own Soft ? That can narrate you the whole thing that you  type in it?  Good. In my this post i'll show you how to do it.

Just Copy the below text and paste in a notepad. But this Time save it as a .VBS
here's the code:


Dim msg, sapi
msg=InputBox("Enter your text for conversion–helpcenterz.blogspot.com","Suhas invovation Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save it as:
anything.vbs
And this will work with window 7 also
eg. talk.vbs

Thank you for your visit

No comments: