How to convert text to audio-in Notepad
https://tecplatform.blogspot.com/2012/04/how-to-convert-text-to-audio-in-notepad_22.html
1) Open Notepad and copy / paste the following code
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.tecplatform.com","Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
2) Save your_file_name.vbs
3) Now open the saved file and type the text you want to convert, and then click OK.
Hello! I've been following your website for some time now and finally got the courage to go ahead and give you a shout out from Dallas Texas! Just wanted to tell you keep up the great work!
ReplyDelete