Power By Dholu Production

Responsive Ads Here

Saturday, September 30, 2017

How To Convert Text Into Audio Using Notepad | Tricks

Everyone loves to hear what is written in a paragraph or in a document. This is the reason why the audio books are getting popular now a days. In this article i will show how you can convert text into audio using the Notepad.



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

Step 2: Now, Copy following code and past in Notepad.

Dim message, sapi
message=InputBox("Enter your text for conversion | #LLSINFO","Sound Testing #llsinfo")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

Step 2


Step 3: Now save the code that you have entered above. The code has to be saved in .vbs format. Example sound test.vbs or any other name that you desire and save it.

Step 3


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.