How to make your computer to speak whatever you Type?
1. Open Notepad and copy and paste the following code into it.
speechtext=inputbox("Enter a text to speak","TEXT TO SPEECH-[prabhat]")set objspeech=createobject("SAPI.spVoice")objspeech.speak speechtext
2. Now save the notepad file with the name speak.vbs (or the name it what you like but in .vbs format) at your desktop.
3.Now double click on speak.vbs and write in the box whatever you want your computer to speak for you.
Enjoy!
+ comments + 1 comments
ayos ah.. nami na ang pane
Post a Comment