How to convert text into audio using Notepad

Posted by K. Swaviman

Do you want your computer to talk with you? Whether you believe or not but you can make your computer speak what-ever you want to hear from it.
Just open the note-pad and paste the code below.



Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by sk (http://funtechbuzz.blogspot.com/)","PC Hacks Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Now save it as text_audio.vbs


Then open it, type anything and listen your pc pronuncing them.

Don't forget to comment.
Thank you.





also check:
How to use VLC media player as a media converter

0 comments:

Post a Comment