MAKE A "TEXT TO SPEECH CONVERTER"
Open notepad.
Copy and paste following code and save it as "speak.vbs":
Dim userinputuserinput
userinputuserinput = inputbox("Type below to hear your computer speak")
set sapi = wscript.createobject("SAPI.Spvoice")
Sapi.speak userinputuserinput
Double click on speak.vbs. A dialog box will be opened like:
Type anything in English. Your computer will speak for you.
Thats it. You are done.
0 comments:
Post a Comment