Friday, May 10, 2013

Convert Any Text to Audio Without Any Software

 ►►►
First of all Open notepad then copy the below text and paste it in notepad.


Dim msg, sapi
msg=InputBox("Enter your text for conversion– ","By TechzClub")
Set sapi=CreateObject("sapi.spvoice")
...See More
►►► After Pasting the Above Code in notepad, Save the file with the name Text To Audio.vbs.
remember the name of the file should be with .vbs extension.
its nothing but a Vbscript File.

►►► Now double click on the saved file and you will see a window Box

►►► Type your text which you want to hear, and then press OK. Thats it. All Done.
You can hear it load and clear.

No comments:

Post a Comment