Wondered... is it possible?
Yes It is. Now you can create your own speech converter software to make your computer speak whatever you type. This trick is not very much popular since it helps you to hear the words that you are typed.
Steps To Follow :
Yes It is. Now you can create your own speech converter software to make your computer speak whatever you type. This trick is not very much popular since it helps you to hear the words that you are typed.
Steps To Follow :
- Just paste the following code in notepad
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
2.save this file with .vbs extension
note:- Make sure that the file is saved with .vbs format
After making vbs file run(double click on) this file and type in textbox whatever you want to hear
Enjoy
Get notification from this website Just Click LIKE button
0 comments:
Post a Comment