Liked us?

d

Computer Speak whtever you Type - Cool Computer Tricks 0

Coder Himanshu | Thursday, January 13, 2011 |

Here is trick which make your computer speak whatever you type, This will create a speech converter software. Just follow given steps:
1). Open a notepad file.
2). Copy the script given below in notepad.
Script:
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3). Save this file wBoldith any name with .vps extension. For ex speak.vps.
4). Now double click on that file, It will open a window just like one given below

5). Type anything which you want your computer speak in text box.
6). Press OK.

0 Responses So Far:

Drop Your Comments, Suggestions And Questions Below.

To Be Notified Of Replies Click The 'Subscribe By Email' Link Below The Comment Form.

Do Not Add Links To The Body Of Your Comment As They Will Not Be Published.