Convert text To Audio with
Notepad
Many Text to audio
converter software are found out there. Here you find the way to make a ‘text
to audio converter’ by yourself easily with the help of Notepad.
Just follow these simple
steps and get your own made Sound converter!
Step 1:
First open Notepad.
Step 2:
Then Copy the code from
the box – and paste it in notepad.
Dim msg, sapi
msg=InputBox("Enter Text below–
","Filestaple.blogspot.com")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
|
Step 3:
Now save the file as – Text to Audio.vbs
(Note: must put .vbs
when saving the file.)
Step 4:
Now open the file and put any text you want to be converted
into audio.