Sometimes we want to hear what we type in a paragraph or document. Most of us ended up searching hours for a software to do this job. No need to waste your time searching for software's, this simple trick will show how you can convert any text into audio using the Notepad.
Step 1 : Open Notepad on your PC.
Step 2 : Copy the following code and paste it on notepad.
Dim message, sapi
message = InputBox("A Best Text to Audio converter"+vbcrlf+"From - www.staywithtech.co.in","Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
Step 3 : Now just save the file as .vbs format rather than .txt format. For Example :- Text-to-audio.vbs
That's it! Your Text to Audio Converter is ready to use. Just open the saved file and Type the text you want to hear in the text box.
Feel free to comment your opinion down below in the comment section
How To Convert Text Into Audio Using Notepad
Step 1 : Open Notepad on your PC.
Step 2 : Copy the following code and paste it on notepad.
Dim message, sapi
message = InputBox("A Best Text to Audio converter"+vbcrlf+"From - www.staywithtech.co.in","Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
Step 3 : Now just save the file as .vbs format rather than .txt format. For Example :- Text-to-audio.vbs
That's it! Your Text to Audio Converter is ready to use. Just open the saved file and Type the text you want to hear in the text box.
Feel free to comment your opinion down below in the comment section
No comments:
Post a Comment