Ad

Powered by Blogger.

Tuesday 1 October 2013

Convert text into audio using Notepad

22:37 - By Shijil 0


I'm introducing you a simple and easy trick using notepad.Using this trick you can convert your texts into audible formats.
Let's start.
  • Open notepad.
  • Copy the code below.
Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by SHIJIL (http://www.earnrealdollars.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.

Tags:

Get Updates

Subscribe to our e-mail newsletter to receive updates.

Share This Post

0 comments:

.
back to top