Since the beginning era of computers, many developers tries to develop a speaking computer that eventually can help we humans in our daily life..Microsoft does a great job by
inventing a API installed on most Windows XP machines called SAPI (Speech Application Programming Interface).
Now even you can create your speaking or talking computer just a few mouse clicks and keyboard types.
Things You Need
-NotePad
STEPS
First Open Up Notepad, and write up:
Dim message, sapi
message=InputBox(”Enter the text you want spoken”,”Speak This”)
Set sapi=CreateObject(”sapi.spvoice”)
sapi.Speak message

Step Two: Save the text file as .vbs

Then open up the vbs file and a window will pop out with a input box where you can type some word to be spoken!

Thanks To ONLINE TECH TIPS For sharing this great hack
Related Posts: Internet,
Tips and Tutorials
Share This Post
Stay updated and get latest news and tips or tutorials on technology by subscribing
to our feed or you can always get it be delivered
to your mail inbox.
Post a Comment