Create your own application that speeks whatever you type. . .
> Open notepad
> Copy and Paste the following code into the notepad
Dim message, sapi
message=InputBox("What do you want me to say?","Welcome Fayazmuffin")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
message=InputBox("What do you want me to say?","Welcome Fayazmuffin")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
> Save the file as Speech.vbs (.vbs is must)
> Dnt forget to change the file type as All files
thank u, this is amazing
ReplyDelete