HomeHow-ToMake Your Computer Speak Whatever You Type

Make Your Computer Speak Whatever You Type

text to voice main Make Your Computer Speak Whatever You Type

Hi there, just want to share this trick to all of you. This trick enables your computer to speak whatever you enter in the textbox, it’s also fun hearing how your computer pronounced the words. You can also use this trick to amaze your friends.

This trick will work on all Microsoft Windows operating system (i’m using windows 7). This trick is really simple all you have to do is follow 3 simple steps below:

1. Open Notepad

Open notepad, copy the code below and paste it 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

texttovoice Make Your Computer Speak Whatever You Type

2. Now save the file with the name speak.vbs at your desktop.

On notepad, click File on the menu bar, then click Save (save as dialog box appears). On the File name field, type speak.vbs, and on Save as type, choose All Files (*), then click Save.

texttovoice2 Make Your Computer Speak Whatever You Type

3. Execute / Run speak.vbs

On your desktop, look for the file named speak.vbs. If you found it, double click it and type whatever you want your computer to speak for you, and click Ok. Turn on your speakers and voila. There it is, you heard it.

texttovoice3 Make Your Computer Speak Whatever You Type

Hope you like it. Go on, impress your friends. Enjoy!

Enjoyed this Posts?

Stay informed. Subscribe to our RSS Feed, Follow us on Twitter, or help us spread it to the world share it to your friends and peers.

Related Posts

2 thoughts on “Make Your Computer Speak Whatever You Type

  1. Vimal

    wow……. its really amazing..!!!!!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>