Convert Text To Speech Using Popup
Hi friends, in my previous posts also, I told you the method to convert text to speech in windows. Today, I'm gonna show you a new way to do it. Let's start:
> Open Notepad and type this code:
> Open Notepad and type this code:
Dim msg, sapi
msg=InputBox("Enter your text for conversion","The Next Generation's Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
> Now save it as anyname.vbs
> Now open the saved file.
> You will see a popup box, type the text in it and press OK.
> You will listen what you typed in the box.
> Enjoy.




0 comments:
Post a Comment