Saturday, 5 November 2016

CONVERT YOUR TEXT INTO AUDIO IN NOTEPAD

Now days audio books more popular then text book, you can listen your text book as a audio book by following this steps.


HOW TO CONVERT TEXT INTO AUDIO USING NOTEPAD.

STEP 1:

Open notepad. you can open using run to open press Win+R type Notepad and enter.

STEP 2:

Copy the code and paste in notepad

CODE

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 save the code as name.vbs (select save type : all file)

STEP 4:

Now open the save file and enter the text in to the text box now hit ok. You can here the text as audio.



No comments:

Post a Comment