Make a text to speech converter with notepad.

We can do lot of things with notepad, because it can make codes for PC. This method will turn text into the speech that you will type.

So get start-

1) Open Notepad
2) Copy the following code :-

Dim msg, sapi
 msg=InputBox("Enter your text for Conversation | By Kunal (http://averythings.blogspot.com)","Text to speech Converter")
 Set sapi=CreateObject("sapi.spvoice")
 sapi.Speak msg


3) Now save it as TextToSpeech.vbs (remember to add .vbs at the end)
4)Now you are done
5) Open that file and enjoy!!!

No comments:

Post a Comment