Monday 25 February 2013

convert text into a audio voice

The way to convert text into a audio voice.It is based on a visual basic script (no need to be a expert programmer to do it )
open notepad or any text editor
Type in the notepad as follows
Dim speaks, dev
speaks="Hi dora"
Set dev=CreateObject("sapi.spvoice")
dev.Speak speaks

save the file as .vbs format
It is done now........

No comments:

Post a Comment