Friday 3 August 2012

Convert Text into audio using notepad

Convert Text into audio using notepad
Dear readers , here i am posting one code with the help of that code you can convert text in to audio using notepad.
open notepad and paste the bellow code in notepad and save it as anything.vbs.

code:

Dim msg, sapi
msg=InputBox("ENTER THE TEXT–Nisarg Gajjar","Text-To-Audio Converter by Tech Tips :)")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

No comments:

Post a Comment