Sunday, October 16, 2011

Convert Text Into Audio Using Notepad!!!

Learn how to convert your text in audio listen using notepad. Now you can listen any text in audio format. You can done it by help of small VB script. No any software require.
  1. Open Notepad file on your Windows PC.
  2. Copy and paste the below mentioned code in notepad:
    Dim msg, sapi
    msg=InputBox("Enter your text in the box below. Brought to you by simplexlinx","Notepad script for text to audio")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak msg
  3. Save this file with your name but  extension of .vbs . For eg. xyz.vbs
Now all steps are complete you own created Text to Audio Speech is ready to use. Now open the saved file and enter any text in fill area and then press OK button. If you feel any problem just leave comments on comments box.


text-to-audio-via-notepad 
 comment if you like!!!

No comments:

Post a Comment