Thursday 10 January 2013

How to Convert Text into Audio Using Notepad Trick-what is notepad





what is notepad.it has so many fucntions
well recently I posted an amazing trick on updating your status on Facebook in a true funky way using automatic caps on and off with the help of Notepad and some .vbs coding, well that was a fun and now I have another older post with which you can easily convert your text in audio using inbuilt windows text to audio converter feature.

So now you can easily activate this feature by adding some code to your notepad and executing it using .vbs format. So check below tutorial and have fun.

Open Notepad
Now add below highligted code into your notepad.

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

Now save this file as speech.vbs make sure the format is .vbs
Now just double click on this small file and enter your text you want as audio.

0 comments:

Post a Comment