🔒 Closed Make your own Text Audio Converter Without Any Software

Status
Not open for further replies.

RODLYN29

Enthusiast
Today we gonna learn an awesome trick Which lets you to Convert Any Text file to Audio Mp3 Without using any Software. Using this Trick you can Make your own Text Audio Converter Without using any third party software.

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.

CODE:
Dim msg, sapi
msg=InputBox("Enter The Text To Be Converted- ","Anything.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 ” Anything.vbs ” . Select the File type as ” All Files ” and Encoding as ” ANSI ” .

Step 4 : Execute the File :
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 .
 
Status
Not open for further replies.

About this Thread

  • 6
    Replies
  • 106
    Views
  • 5
    Participants
Last reply from:
system corrupt

Online now

Members online
1,004
Guests online
3,389
Total visitors
4,393

Forum statistics

Threads
2,299,264
Posts
29,128,888
Members
1,201,891
Latest member
championdigong
Back
Top