Upgrading Tech Users

Wednesday, 18 December 2013

How to convert TEXT into AUDIO using notepad

 Today In this post i going to tell you a nice notepad trick. If you want to convert TEXT into AUDIO without use any softwares . But from this method you don't need to use any other software. An easy trick from Notepad. Its a kind of cool trick and u can show off to ur friends.





      Let's start.



      Step 1 - Open notepad.



Step 2 - Copy the code below.
  •   Dim msg, sapi


            msg=InputBox("Enter your text for Conversation | Tool by                                       kartik'stechworld","Text-To-Audio Converter")

            Set sapi=CreateObject("sapi.spvoice")
            sapi.Speak msg






      Step 3 - Now save it as text_audio.vbs and that's it . U R DONE.






Step 4 - Now open the file and type anything. Then click OK.








Don't forget to like & share our page

             ENJOY FRIENDS
                 
                                            THANKS FOR READING

       

1 comment: