Everything on this Weblog is Verified by me. Feel Free to do so.If you have any issue related to any post of this weblog. Feel Free to Comment or Contact me through my facebook account. Link is Availble is the blog. Thanks a lot for your Visit. (HaXoR)

Wednesday, July 24, 2013

Convert your text into Audio (notepad tricks)

No comments :

Today I am going to tell you another notepad trick. If you want to convert your text in to audio you have to use any programmes. But from this method you don't want to use another software.  An easy trick from Notepad.
Let's start.
Open notepad.
Copy the code bellow.


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


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

No comments :