Pages

Monday, 18 November 2013

Now u can Convert Text to Audio "Mp3" Using Notepad

 

Text to Audio


As we know windows is one of greatest operating system and most of us use windows PC. We use our PC to do general stuff like reading, writing or internet surfing. But some times we get bored with this general stuff and we want to do some extra with our computer or laptops and want to fun with it. If you are one of them and want some fun then read this article, because today we are going to give a method to convert text to audio or convert text to mp3 using notepad on your windows PC and. In the market there are many software available to convert text to audio (mp3), but in this trick you don’t need to install any 3rd party software, you just need to open Notepad which is already include in all windows operating system.

Now follow the steps which are below.


Before doing anything you need to open Notepad.

1. Go to Run and type Notepad and then hit Enter and notepad will appear.
2. Now copy the below code and paste it in the Notepad.


 Dim msg, sapi
msg=InputBox("Enter your text for convert to audio","Tricksforums Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

3. After paste the above code in Notepad, Click on File and then select Save as save it as .vbs file i.e, Text to Audio Converter.vbs. You can change Text to Audio Converter as your wish but don’t change .vbs else it is not worked.
                                                        
Save as vbs extention

4. Now open .Vbs file and type your word or type on ms word and paste it here as your wish and click on OK. Now you can listen the text which’s you are typing on it.
                                                                                  
Type your text here
5. That’s all you create your own text to audio converter without any software just using notepad only.

No comments:

Post a Comment