How To Convert Text Into Audio

How To Convert Text Into Audio

STEP 1: Open Notepad. 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: The code has to be saved in .vbs format rather than standard .txt format.

STEP 4: Now navigate yourself to the location where the code is stored. in my case it was stored on C:\Temp. You can see that the file we saved was in the Visual Studio Script ( vbs ) format

STEP 5: 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.

 

1 Comment

  1. Aw, this was a very nice post. In idea I want to put in writing like this moreover – taking time and actual effort to make a very good article… but what can I say… I procrastinate alot and under no circumstances appear to get something done.

Leave a Reply

Your email address will not be published.