Sunday, January 26, 2014

Convert Text to Audio Without Any Software

Here is a simple VB programme. But we can do lot’s of things with this. I gave you more tricks from notepad here before. Today I am going to tell you another notepad trick. If you want to convert your text in to audio you have to use any programmes. But from this method you don’t want to use another software.  An easy trick with Notepad an VB. Lets start it!





1. First open notepad.


2. Copy the code bellow.

Dim msg, sapi msg=InputBox(“Enter your text for Conversation | Tool by TipForTricks (http://tipfortricks.blogspot.com)”,”TipForTricks Text-To-Audio Converter”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak msg

3. Now save it as text_audio.vbs

And that’s it!


Now open the file and type anything. Then click OK.

Enjoy it!

NOTE: You must already installed VB on your computer for do this trick. Please let me know if you have any problem.

No comments:

Post a Comment