Flipkart Affilate

Friday 7 March 2014

Make your computer to response like Jarvis (iron man)

***turn your laptop into JARVIS***

Step One : Train Your Windows Speech Recognition Program.

Step Two : Setting Up The Windows Speech Recognition Macros.
*this is an important step. you may want your JARVIS to say "system check. Database ready. Good morning sir...". so, you can use this application step by step, or write a simple XML program like this.

>First of all, download windows speech macros from this link: https://dl.dropbox.com/u/2362886/WSRMacros.msi

>I assume you would have already downloaded it from the link above and installed it.After Installing it i would advise you to put its shortcuts in two places, One in the desktop and other in the start-up folder, so it would start the second your computer boots up.So a little walk through to this software, This is a super-cool, little software that teaches your computer to talk to you interactively.Here is how to set up the commands :
Double Click The Macros Icon, and when the window pops up asking "What should the macro do?" click "Advanced." For those of you familiar with creating websites, this should be a welcome site. WSRM uses XML for commands... which makes creating custom commands relatively simple.

Step 3: write this program to act as applet.
<speechMacros>
<command>
<listenFor>Wake Up Jarvis</listenFor>
<speak>Systems Online, Database Check, Good Morning Sir !</speak>
</command>
</speechMacros>


Now it's all done!!

No comments:

Post a Comment