Steps To Create A Text Audio Converter :
Step 1: Open Notepad :
Click on your Start menu and Navigate to All Programs=>Accessories =>Notepad. You can even Do it by typing notepad in Run dialog box.
Step 2 : Copy-Paste :
Copy and paste the below given code into your Notepad.
Dim msg, sapi msg=InputBox("Enter The Text To Be Converted- ","OnlineCmag.com") Set sapi=CreateObject("sapi.spvoice") sapi.Speak msg
Step 3 : Save It :
Go to the File Menu and select the ” Save As ” option . Save the file with a ” .vbs ” Extension i.e as ” OnlineCmag.vbs ” . Select the File type as ” All Files ” and Encoding as ” ANSI ” .
Now Open The Saved File and You will see a text to audio converter Dialog box.
Step 5 : Done :
Type the text which you want to convert as audio, and then press OK.
That’s it , Now you can hear the text which you have typed. The text will be converted into audio .
Share Your Views In Form Of Comments…