Introduction: How to Convert Text to Audio Using Notepad
this instuctable will show you how to convert text to audio using notepad
Step 1: Step 1: Open Notepad
go to your start menu and open notepad
Step 2: 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
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
save the file as audio.vsb
or any other extention with .vsb
or any other extention with .vsb