Welcome to HimVishnoi.com ! Follow on Facebook / Twitter/ Google+ / RSS Feed

How To Make Your Computer Speak Whatever You Type | Absolutely Free Dictator For Computer | How To Create My Own Text To Speech Converter Software


Create your own text to speech converter software to make your computer speak whatever you type.
Just Follow the Steps below:



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?","My Dictator by Himvishnoi.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message


3. Save the file with any name with an extension .vbs
Running application

4. Run the file, type anything you want in the textbox and press OK.
5. Enjoy and Reply !

1 comment: