Create audio form TEXT..!!
Hey guyz..!! Today i'm going to share with you a simple code of vb script in which you have your own speaking client which dictates every word you type in.. so just open the notepad and type this Code:
Dim msg, sapi
msg=InputBox("Enter your text for conversion– Raaj","hack-the-heck.blogspot.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Comments