Sunday, 10 July 2011

How To Convert Text Into Audio Using Notepad

This is simple notepad trick that convert any text to audio with just a click.
You don’t need to install any software for this trick.

1) Open Notepad , and copy/paste following code
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.hacxpert.blogspot.com","Akkshay Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

2) Save  your file as-  name.vbs

Done.. :-)

3)Now open the saved file and type the text you want to convert and click OK.

Kindly Post Your Comments....


1 comment: