Wednesday, February 10, 2016

Convert Text Into Audio Using Notepad

I'm going to teach you all a trick you can use to convert simple plain text to Audio using a Notepad and It's that simple!.

       >> Open Notepad file on your Windows PC.

       >> Copy and paste the below mentioned code:   


    Dim msg, sapi

        msg=InputBox("Enter your text for conversion–from fatman007blogspot.com","Text-To-Audio Converter")

        Set sapi=CreateObject("sapi.spvoice")

        sapi.Speak msg

     >> Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs

Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK

Cheers.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...