Text to Sppech Application in Notepad
Text to speech means whatever you type, your computer system will speak out those words or sentences. Isn’t it so nice. It is to simple to make. Here is the step by step tutorial to make text to speech application in notepadinstantly. Follow the given steps.
Step 1: Open Notepad editor.
Step 2: Type in this code in Notepad.
Dim message, sapi
message=InputBox("Type your text here","Speak Out")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Step 3: Save the file with a name such as talk.vbs and put it on the desktop.
Step 4: Now double click to open this talk.vbs application. Application will be started and a window appears on the screen as shown below.
Step 5: Then type in your text into text box and press Ok button. Your computer system will speak out whatever you type there.
I hope that you will enjoy this amazing trick of notepad to make text to speech application.
No comments:
Post a Comment