Thursday, June 14, 2012

Convert Text To Audio Without Any Software


Hi guys..
I am back with a very nice and cool trick . Now you can convert your text  to audio without any software. Yes !! Its true. Covert your text to audio with a simple notepad trick
Just follow the simple steps to do this :-
1.Open a note pad.
2.Paste the code in the note pad.


Dim message, sapi
message = InputBox("A powerful Text to Audio converter"+vbcrlf+"From - www.devhacking.tk","Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
3. Save it  with .vbs   extension.


www.devhacking.tk

4. Now open the file . A new window will appear as follow.


Type somthing in the text field to convert

5.Now write something in the text field and click OK to convert it.

0 comments:

Post a Comment