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)

Friday, January 11, 2013

Convert Text into Audio using Notepad Trick

No comments :
Hello Guys, Now I want to tell you a very simple and easy Notepad Trick. By using this trick you can convert your text into audio or voice. This is very easy and simple trick for understand.

You use many softwares which needs heavy space on your Hard Disk Drive. But this Trick needs no space on your HDD. Here is the image of Text to Audio converter.



This converter needs no Internet Connection. It works in offline mode. So check below the tutorial and have fun.
  1. Open Notepad in your PC.
  2. Copy & Paste below VBScript in your Notepad.
  3. Dim msg, sapi
    msg=InputBox("Enter your text for conversion","GeeknTips Text-To-Audio Converter")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak msg
  4. Now Click on "Save As" and give the extension .vbs
Note:- Make Sure you save your Document with .vbs extension.

No comments :