- Open Notepad.
- Type or copy-paste: CreateObject("SAPI.SpVoice").Speak"I am Computer"
- Save as saycomputer.vbs
- Run the file.
If you hear a male voice, you have a boy;
If you hear a female voice, you have a girl;
lol..
it's really funny and new stuff..
now apart from fun let's see Technical Reason behind it..
it just use windows default speech to text converter voice. it's not about male or female..;-)
you can get settings from
Control Panel -> Speech
see the following image..now one more interesting stuff..
------------------------------------------------------------------------------
strMessage =Inputbox("Enter your message","Input Required")
CreateObject("SAPI.SpVoice").Speak strMessage
------------------------------------------------------------------------------
Save file as mycustommessage.vbs
Double click it to run.
when you run.. it ask for the input.. and will play according to input text of that message box..
it's just VB-Script fun..
Enjoy.. :-)
No comments:
Post a Comment