You are here:Home » Windows » Modify Your Computers To Speak Whatever You Type

Modify Your Computers To Speak Whatever You Type


This is  straightforward and it is an amazing tutorial that can really surprise your friends.

Nearly all computers have the ability to speak the text you type. There are may ways to modify a computer to speak whatever you typed, both PC and Mac computers can also possess this characters.


 
Am giving this in two types:
1. For Windows
2. For Mac OS

1. For Windows
Click on Start, Navigate to All Programs, Accessories and Notepad OR anywhere you placed your Notepad.
Copy and paste this code given below in your Notepad

Dim message, sapi
message=InputBox("What do
you want me to say?","Speak
to Me") Set
sapi=CreateObject
("sapi.spvoice") sapi.Speak message

You can save the file with the extension .vbs.
Run the file by double clicking on it type what you like in the textbox and click OK.
    
2. For Mac OS
Open Terminal (in Applications > Utilities) you can open it from the Finder. Type "say" and then click on return. Now type whatever you want your Mac to say and hit return again.

Open System Preferences > Speech > Text Speech to adjust the system voice and the speaking rate. You'll need to restart Terminal to hear the new voice.

With this methods, you can make your Computer speaks in a computerized voice

Please Share it! :)