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
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.
Step 5.
Now a popup will appear as shown below�>
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
>follow our blog for latest updates & share it on Facebook.
0 comments:
Post a Comment