About

COMPUTER TIPS AND TRICKS.

Convert text into audio using notepad



Notepad a simple programme. But we can do lot's of things with this. If you want to convert your text in to audio you have to use some softwares. But from this method you don't want to use any software.An easy trick from Notepad.
Let's start.


HOW TO CONVERT TEXT INTO AUDIO USING NOTEPAD:
1.Open notepad.
2.Copy the code given below.

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


3.Now save the file as audio.vbs

4.Now open the file and type anything. 
5.Then click OK.


NOTE:
Please do not edit anything else in the notepad otherwise the trick might not work.


IF YOU LIKED MY POST THEN PLEASE JOIN MY BLOG.

0 comments:

Post a Comment