
robothacker
Egypt
Asked
— Edited

i'm working on a speech recognition software on vb.net that have the ability to answer you like jarvis in iron man film i wanted to know if there is a way i could install this software on the ez b
I do it this way through eventghost and python. My simple python script simply sends the EZ-Script commands to ARC, ARC has scripts which watch for variables and act accordingly.
Although, you could use HTTPGet and set up your vb software to work through a simple http api type interface (a previous method of mine, but it was too messy).
Although what's wrong with running your vb software alongside ARC? I also run vox commando alongside ARC as it takes care of a lot more than just ARC. The load on the cpu is minimal (although I guess it helps that I have 6 cores to play with but even 2 cores shouldn't struggle if your code is optimised)
Also, have a read of this topic.
In fact, if you search for the term Telnet it should bring up a whole bunch of topics with some useful information in them.
I can't do any new videos at the moment since I've just upgraded my HTPC and am in the process of moving the entire "brain" of my Jarvis AI on to it's own dedicated PC, something I didn't expect to take as long as it is, but basically it means I am unable to show much of it other than what I've already videoed - check my youtube playlist for videos (note: very few show ARC running in the background)
Here's a very detailed video by DJ that's related to Rich's telnet solution:
DJ Telnet connections
I'm working on a solution to connect with ARC with a Kinect for Windows.
However for speech recognition, there's already a well written control in ARC under the Project menu
Project>add Controls>Speech>Speech Recognition