Is it possible to use this cool voice activation feature of "google now" in you own application?
So what I want is that the user does not have to trigger the activation by pressing a button or sth. like that.
I'd rather like to have an automatic speech recognition activated by a keyword. For example: When "google now" is opened you only have to say: "google". After that command the system is listening for the actual input.
Is this possible by using the android API? Or is there any open source library that provides this behavior?
I know that this is possible with "open ears" but unfortunately open ears is not available for android.
You have to run the speech recognition as a service instead of as an activity.
Check out this git for sample code on how to do this: https://github.com/gast-lib/gast-lib
I would suggest using CMU Sphinx, or just restarting your recognizer on every "onResults" and "onError" function call.
Use CMUSphinx library where it will work in offline mode, No need of buttons to trigger it you can name it and by using name you can trigger the recognition module In below link you can find full source code
1) It will work in offline mode 2) You can name it up 3) It will start listens when you call his name