Saturday 29 January 2011

Create your own text to speak in vbs


text-to-speech
There are lots of software used to speak the text written on them. But now you can create your own text manually in vbs script…..
Copy the text given below and paste it on notepad. Replace the “Enter your text” as in your own words then save it as .vbs extension thus see the magic -
Dim msg, sapi


msg=InputBox(“Enter your text”,”My text to speak”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg

0 comments:

Post a Comment

 

Copyright 2008 All Rights Reserved | Hackers-tips Designed by Bloggers Template | CSS done by Link Building