How to convert text into audio??

hi readers, today i am going to share you a trick in which you can convert any text file into audio file. I am going to use notepad to do this trick & with notepad i will create .vbs (visual basic script) file to do our task. so just follow simple steps–>


Text to Audio Conversion

Step 1.
open your notepad
Step 2.
now copy this code into notepad
Dim message, sapi
message=InputBox(“helpingyouonline”,”Speak to Me”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
Step 3.
now save it as .vbs format. for e.g. texttoaudio.vbs
Step 4.
now double click on texttoaudio icon.
how to convert text into audio
Step 5.
Now a popup will appear as shown below–>
convert text into audio
now enter the text which you want to convert into audio into the given box. press ok and your text is converted into audio.
>So thats how we convert text into audio with simple notepad trick, hope you like it.
Note:- If you get an error then correct the double quotation (“)  sign before Speak to me
notepad tricks
>follow our blog for latest updates & share it on Facebook.
How to convert text into audio?? How to convert text into audio?? Reviewed by Unknown on 8:54:00 AM Rating: 5

No comments:

Created By Anand Pandey. Powered by Blogger.