How to Make Your Computer Talk

I’m going to share a cool and simple trick here today on how to make your computer talk.

how to make your computer talk

Go to Control Panel and click ‘Text To Speech’, change the text in the ‘Use the following text to preview the voice’ to your desired text and click the Preview Voice button.

What? Nothing is cool about that? Alright… Let’s make it a bit complicated and technical but yet easy to do version.

Make Your Computer Talk:

Copy the codes below and paste it on your Notepad.

Dim userInput
userInput = InputBox(“Write something for me to say”)
Set Sapi = Wscript.CreateObject(“SAPI.SpVoice”)
Sapi.speak userInput

Save your notepad file as .vbs file (VBScript), for example : talkpc.vbs

Next, open the talkpc.vbs file and you’ll see the input box below.

WriteSomethingForMeToSay

Just enter any text and press Enter. Have fun!

Read also: 10 PC Tips and Tricks (Useful and Fun!)

5 Comments

  1. Kevin
    • Peter Lee
  2. Danny
  3. trung tran
  4. Edward