Deprecated: The called constructor method for WP_Widget class in Ad_Injection_Widget is deprecated since version 4.3.0! Use __construct() instead. in /home1/ypbkbnmy/public_html/wp-includes/functions.php on line 6078

Warning: count(): Parameter must be an array or an object that implements Countable in /home1/ypbkbnmy/public_html/wp-content/themes/basel/inc/theme-setup.php on line 172

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home1/ypbkbnmy/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php on line 111
Make your own Text Audio Converter Without Any Software
OnlineCmag

Make your own Text Audio Converter Without Any Software

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.

 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 ” .

 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 .

Share Your Views In Form Of Comments…