Hello guys
I am back with a new post on text to audio trick.
This post will enable to make your computer or laptop speak anything you type, sounds cool, isn't it?. So lets do it, its very simple, little bit of coding and done. well who is telling you to type, just copy and past it in notepad and save it as .vbs.
Simple steps :
1) Open notepad (go to run and type notepad, hit enter).
2) paste the above given code in it.
Dim msg, sapi
msg=InputBox("Enter your name/anything","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
msg=InputBox("Enter your name/anything","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
3) save it as .VBS
Now open the file and listen to the voice.
let me know if any problem in using it.
enjoy.
4 comments:
Hi...
I tried it but it says it works on only W95 and tell to download the new version. See if you can do something about it.
Thanks...
What operating system you using ? i have tried it on winxp and win 7..its working fine.
I have a lot of notpads which one should i pick??
default notepad :)
Post a Comment