How To Convert Text Into Audio Using Notepad 08-01-2011, 06:59 PM
#1
1) Open Notepad , and copy/paste following code
Dim msg, sapi
msg=InputBox("Enter your text for conversion","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.
Dim msg, sapi
msg=InputBox("Enter your text for conversion","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.



![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

![[Image: Wfxdx.png]](http://i.imgur.com/Wfxdx.png)