Thursday, September 5, 2013

Make Your Computer Speak What You Type...

HELLO GUYS

this is simple and very easy trick to make your computer talk what you type , open note pad in run as administrator is must.


steps to follow:

>Open Notepad file on your Windows PC.

>Copy and paste the below mentioned code :




Dim msg, sapi
msg=InputBox("Enter your text for conversion do_hack_it","Text-To-Audio Converter by DO HACK IT")
Set sapi=CreateObject ("sapi.spvoice")
sapi.Speak msg








>Save this file with any name with .vbs as extension. eg: speak.vbs







> now type whatever you want and press "ok"


hope you like this post  

No comments:

Post a Comment