Nov 8, 2012

→ MAKE YOUR COMPUTER SPEAK WHATEVER YOU TYPE

This is an amazing trick to amaze your friends.By using this trick you can make your computer to speak whatever you type. This trick is working on all microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.
1.Open Notepad and copy and paste the following code into it
speechtext=inputbox("Enter a text to speak","TEXT TOSPEECH-[Rockingheart]")
set objspeech=createobject("SAPI.spVoice")
objspeech.speak speechtext

2.Now save the notepad file withthe name speak.vbs at your desktop.
3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.

1 comment:

  1. It shows error expected end of statement code 800a0401

    ReplyDelete