Sunday 5 May 2013

How to convert text into audio.

Share it Please

Yes! you can convert text into sound in Windows and it is very simple.



just follow these steps

>>> open notepad.

>>> copy and paste the following code in notepad'



Dim msg, sapi
msg=InputBox("Enter your text for conversion– ","By Expert Hackers")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg



>>> save the file as "text to audio.vbs"
(extension must be .vbs)


thats it...

now open that newly created folder and type whatever you want and press ok.
it will convert it into audio.

Aay Dee

No comments:

Post a Comment