I want to create an android app that is waiting for speech of a specific keyword: when the user says this keyword, the service becomes ready to receive user voice commands. So I am searching for a continous speech recognizer,
Like this guy:
Can I keep the speech recognizer listening indefinitely?
Like this guy:
Continuous Speechrecognition in Android
And this guy:
Continuous Speech Recognition Android
But seriously, there is not a clear answer for all those! Is there someone who are able to manage this? Is there a source code for that?