Simple Audio Program: To make Computer Speak whatever You Write...!!!
>>By using this trick you can make your computer to
speak whatever you type.
This trick works on all microsoft operating system and
does not require any programming skills.
You just have to follow just simple steps. Software
will be ready .
1.Open Notepad and copy
and paste the following code into it.
Dim message,
sapimessage=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.Now save the notepad file with the
name speak.vbs at your desktop.
3.Now double click
on speak.vbs Type in the box whatever you want your computer to speak
for you.
- NOTE:In case if it displays an error message while opening, edit it with notepad and re-type all the quote marks (")

No comments:
Post a Comment