HOW TO MAKE YOUR COMPUTER SPEAK WHAT YOU TYPE (part 2)
Hi guys let me tell you a fantastic way to make your own talking computer which talks to you.
Yeah it is very simple .
1. open the notepad and copy following instructions on 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
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2. after you have copied just save it with the extension .vbs
and thats all you have to do. Then after this execute the file you saved and boom
0 comments:
Post a Comment