Make Your Computer Speak What You Type...
HELLO GUYS
this is simple and very easy trick to make your computer talk what you type , open note pad in
run as administrator is must.
steps to follow:
>Open Notepad file on your Windows PC.
>Copy and paste the below mentioned code :
Dim msg, sapi
msg=InputBox("Enter your text for conversion","Text-To-Audio Converter by CYBER NERD")
Set sapi=CreateObject ("sapi.spvoice")
sapi.Speak msg
>Save this file with any name with .vbs as extension. For eg. audio.vbs
> now type whatever you want and press "ok"
No comments:
Post a Comment