Dim msg, sapi
msg=InputBox("Enter your text","My text to speak")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
Quite funny. Ha!!
Home » Trix » Creat your own text to speech script
Dim msg, sapi
msg=InputBox("Enter your text","My text to speak")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
No comments:
Post a Comment
Please help me to improve my English. Please Email me or comment below. Thanks...