Wednesday, 16 November 2016

How To Convert Text Into Audio Using Notepad

STEP 1: Open Notepad. You can do this by searching for Notepad in the windows search Or Press Win+R and type Notepad and Press Enter.

STEP 2: Now, Copy following program and paste it in Notepad–


Dim message, sapi
 message = InputBox("A Best Text to Audio converter"+vbcrlf+"From - www.allusefulinfo.com","Text to Audio converter")
 Set sapi = CreateObject("sapi.spvoice")
 sapi.Speak message



STEP 3: Now lets save the code we entered above. The code has to be saved in .vbs format rather than standard .txt format.

STEP 4: Now just double click on the saved file and Enter the text you want to hear in the text box. The moment you click OK , You can hear the text you entered as Audio.

No comments:

Post a Comment

General PC Tips

  Adjust any setting on your PC with the Windows “God Mode” folder, which is a centralized Control Panel for all the OS settings. Access thi...