Open note pad and copy this
dim msg.sapi msg=inputbox("enter the text for conversation")
set sapi=create object("sap.spvoice")
sapi.speak msg
now save it as text-audio.ubs
thats it
now open and type anything and click ok
dim msg.sapi msg=inputbox("enter the text for conversation")
set sapi=create object("sap.spvoice")
sapi.speak msg
now save it as text-audio.ubs
thats it
now open and type anything and click ok
No comments:
Post a Comment