How to Convert Text to Audio Using Notepad

by skeetshooter11 in Circuits > Computers

53154 Views, 16 Favorites, 0 Comments

How to Convert Text to Audio Using Notepad

imagesCA31NECU.jpg
this instuctable will show you how to convert text to audio using notepad

Step 1: Open Notepad

notepad.png
go to your start menu and open notepad

Step 2: Copy and Paste the Code Below

imagesCAP16CPH.jpg
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: Save the File

imagesCAPV3H3T.jpg
save the file as audio.vsb

or any other extention with .vsb