Make your Computer Speak with NOTEPAD
]]]]]]]]]]]
In the Above trick we made notepad Type automatically but now we will
our own text to Speech tool with the help of small script in Notepad.
You will make your Computer Speak whatever you type. Excited ? Then
follow the Below Simple Steps.
Step 1: Open Notepad
Step 2: Copy and Paste the Below Code in Notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
Now All you have to do is Type in Anything that you want it to Convert in Speech.
Then Click on Ok. Wait a second or Two and hear it do its work.
0 comments:
Post a Comment