Read the statement by Michael Teeuw here.
Voice/motion control
-
-
@tyho github works as a distributed revision control and scm, so to use it you need to log an acct there, grab the desktop sync software for whatever os flavour you’re running, create a repository and then sync it to the path of your local working copy
-
@sullit ty. I’ll first finish the flickr and maps voice control and then i’ll check github.
any suggestions how to add this as module?
-
As @sullit mentioned, Github is a code repository, any code, or to be more precise, any text. It’s a way for a coder to keep revisions on their code, and able to publish it to the general public. The code lives on whatever development machine you are using, and you sync, or mirror it to Github. This allows a coder to work on their code locally, break it, fix it, change it, do whatever, and when they’re done, push it up to Github to store and eventually release to the public. This also allows a coder to roll back their code. If while working locally they broke something and can’t figure out what happened, they can pull code back out from the repository and either merge it back in, or just compare and see where things went haywire. It’s a beautiful thing.
And while it may have a bit of a steep learning curve, trust me when I say this, it will save your sanity.
There are a lot of different guides, both on Github as well as out in the wild about how to use it.
Overall: https://guides.github.com/
Short and sweet beginner’s guide: https://guides.github.com/activities/hello-world/ -
@KirAsh4 @sullit @Mitchfarino @MichMich
i managed to make a github. But i still don’t get the pull push thing but that will come later.You can see what i have made so far here: https://github.com/ME-TYHO/MM2-Voice-Control-Module
I hope some guys here can help make this module.
-
Besides the ability to recognize the speech you also need to start the recognition with annyang. There should be an always listening component that reacts on a key word and starts annyang.
-
@alexyak at the moment annyang is always lisening. If i come back in à couple of hours i can still make my commands.
-
@tyho You will quickly run out of quota if it listens continuously.
-
It looks like this guy has figured it out:
-
@alexyak true, hè got à separate speech module for unlock annyang. Still you get max 50 commands a day. If i use annyang in chrome i got unlimited commands. So i guess it has something to do with api key what is burned into chrome browser. Maybe there is a way to use this api key.