Saturday, 8 March 2014

How to convert text to audio using notepad

Step 1: Step 1: Open Notepad


How to convert text to audio using notepad

go to your start menu and open notepad


Step 2: Step 2: Copy and paste the code below

notepad audio text trick

Picture of Step 2: Copy and paste the code below
Dim msg, sapi

msg=InputBox("Enter your text for conversion–www.techvorm.com","TechVorm

Text-To-Audio Converter")

Set sapi=CreateObject("sapi.spvoice")

sapi.Speak msg

Step 3: Step 3: Save the file


notepad trick

save the file as audio.vsb

or any other extention with .vsb

No comments:

Post a Comment