Saturday 17 May 2014

Convert any Text to Audio By Using Notepad

 

Description 

Notapad is a text typing software. it is like a notebook in you hand and you had a pen to note your work and tasks. and you can use it for some for some tricks by using HTML. These tricks are like magic, damaging and interesting. in this Article I am going to tell you how to convert Text into Speech. (make your computer Say what you type). there are many software's which have this option. but what if you want to make your own. for making your own follow these Steps.

Step 1
Open notepad.
Step 2
Copy the code below:- 

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

Step 3

Now save it as text_audio.vbs And that's it.
Step 4
Now open the file and type anything. Then click OK.
 

0 comments:

Post a Comment