There are some tricks that you can make your computer speak whatever you say. That's not difficult, just you need to create vbs file. And we give the code of that program. Just do next
1. Create new text Document file.
2. Now open that txt document. Paste text below to that document
Dim speaks, speech
speaks="Write your text Here"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Now from File menu choose Save as... and give name Talking computer.vbs
.vbs format of file is important, but you can change Talking computer to whatever you want.
1. Create new text Document file.
2. Now open that txt document. Paste text below to that document
Dim speaks, speech
speaks="Write your text Here"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3. Now from File menu choose Save as... and give name Talking computer.vbs
.vbs format of file is important, but you can change Talking computer to whatever you want.
0 comments:
Post a Comment