Thursday, March 25, 2010

Computer Speak whtever you Type - Cool Computer Tricks




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 comments:

Post a Comment