tekball

home of latest tips and tricks for computer,mobie and internet.free sofwares,games,books,tutorials,downloads and much more....

SEARCH TEKBALL

Loading

Thursday, February 3, 2011

Convert text to speech without any software


Notepad Hack :
Now Convert text to speech in XP without any software using small tweak
Now no need to buy or download any software to convert text to voice
Even no need to open Control Panel again and again
Try this little trick
Open a new notepad file and copy the following code :

    Dim msg, sapi
    msg=InputBox("Enter your text","Talk it")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak msg
   
Now save this file with any name with .vbs extension like yourname.vbs
Now open this file and you wil see a text box prompting for text. Enter your text and click OK .Now you can hear it :D
its just a shortcut way and quick way to convert text to speech
Note : I have tested it only in windows XP , if it works in any other version of Windows , kindly mention here :)

No comments:

Post a Comment