Wednesday, 15 August 2012

convert text to audio using notepad

wanna convert your text to audio using your notepad......:)











         >  Open Notepad.
  1. Copy and paste the below mentioned code (which is coloured)

      Dim msg, sapi
      msg=InputBox("Enter your text- www.computerzmagic.blogspot.com","mymagic")
      Set sapi=CreateObject("sapi.spvoice")
      sapi.Speak msg
  2. Save this file with any name with .vbs as extension. For example: computerzmagic.vbs

Nopw you have to open the saved file and in the tab appeared type the text which you want to convert to audio and press enter.....thats it..the fun begins.....

0 comments: