How To Convert Text Into Audio Using Notepad
This is simple notepad trick that convert any text to audio with just a click. 1) Open Notepad , and copy/paste following code Dim msg...
http://kingofdkingz99.blogspot.com/2011/08/how-to-convert-text-into-audio-using.html
This is simple notepad trick that convert any text to audio with just a click.
1) Open Notepad , and copy/paste following code
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.priyahackingarticles.blogspot.com"," Hacks Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
2) Save as your_file_name.vbs
3)Now open the saved file and key in the text you want to convert and click OK.