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........
For more visit www.computersciencedora.blogspot.in
No comments:
Post a Comment