12 July, 2012

How to Convert text into audio file By using Notepad in windows..!!!

Windows XP is widely and most commonly used OS in world for many computer related work.
Sometime we need the text in windows XP to be hear in headset or Speaker.
So we have to use 3rd party software to perform this task.
Here I am giving you nice trick to Convert text into voice or audio file using "NOTEPAD".

  
Just follow below simple steps:-

  1. Go to Start -> RUN-> type notepad-> notepad will open.
  2. Copy following code & paste it into notepad.
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

3.  Save this file with any name with .vbs as extension. For eg. Text-To-Voice.vbs

Thats all..!! you have created own Text to voice converter.
whenever you wanna convert text to voice or mp3 file just open this file & do it.

"Please share this Post if you like it"

No comments:

Post a Comment