Create your own text to speech converter software to make your computer speak whatever you type.
Steps
1. Open the Notepad.
2.Copy/Write the code as given below into the notepad.
1. Open the Notepad.
2.Copy/Write the code as given below into the notepad.
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me-Sandeep Chirag Greenputer")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
message=InputBox("What do you want me to say?","Speak to Me-Sandeep Chirag Greenputer")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3. Save the file with SPEAKER with an extension .vbs
4. Run the file, type anything you want in the textbox and press OK.
Enjoy !
No comments:
Post a Comment
Thankz From Your Kind Attention...Sandy