- Back to Home »
- convert , convert text to audio , notepad , notepad trick , text to audio , vbs »
- Notepad Trick - Convert Text Into Audio
Posted by : Unknown
Sunday, July 14, 2013
- Open Notepad
- Now add below 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.