Create your own text to speech !!!
SOCIALIZE IT →
Today i would like to share the simplest vb script for yours..its the easiest one and share it your friends .that's trick named as the create your own text to speech ...
This VBs Will create a text to speech convertor with the help of this VBscript you can convert your words to speech.
To use this Vb script just copy the vbs code given below on notepad file and save it as myscript.vbs
To stop this VB script ..to open the task manager .. press ctrl + alt +del key and then click on the process tab and kill the process as "wscript.exe"
Use the below VB script code :
Dim message, sapiIts 100% working..Try it friends !!!
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi= CreateObject("sapi.spvoice")
sapi.Speak message
No comments:
Post a Comment