This VBs will create a text to speech convertor with the help of this VBscript you can convert your words to speech.
Step 1 » Open Notepad file on your Windows PC.
Step 2 » Copy and paste the below mentioned code to the nodepad
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi= CreateObject("sapi.spvoice")
api.Speak message
Step 3 » Save this file with any name with .vbs as extension. For example: myscript.vbs
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi= CreateObject("sapi.spvoice")
api.Speak message
Step 3 » Save this file with any name with .vbs as extension. For example: myscript.vbs
Step 4 » That’s it! Your Text to Audio convertor is ready to be used.
Step 5 » Now open the saved file and type the text you want to convert and click OK.
It is 100% working. Try it friends!!!
0 comments:
Post a Comment