Thursday, 6 March 2014

Convert Text into Audio Using Notepad

By
Hello Friends, Today I Am Going To Explain You Simple Tricks How to convert a text into audio using Notepad. This is One Simple Notepad Tricks but many people don't know, How can we Convert Text into Audio! but We Can Convert our text into audio easily and also we did not need to use any software just type some simple code into notepad and save it and run it. 


Convert-Text-Into-Audio


>Follow Below Steps to Convert text into audio using notepad.

1)Open Notepad.


2)Copy the Below code and just Put into your Notepad File.


Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by Anil (http://www.itechpassion.com)","PC Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


3)after that Save the Note file as text_audio.vbs .

4)That's it.

5)Now you need to open the File , Click On text_audio.vbs File and that will ask to insert some text , So Insert those text you want convert as in audio from.


6)Then Click On OK .

So this are the some Simple Step to Convert the Text into Audio From. Ple Share this Cool Tricks to your Friends.

0 comments:

Post a Comment