Hello
I am going through your fine tutorial of the lightbulbexample. I got stuck when the GoogleRecognitionListener is added, as I can not find any reference to where this listener is added?
Here, the code is added:
https://github.com/manask88/wiki/wiki/Speech-Recognition-Tutorial---LightBulb-Example#google-speech-api-listener
You write "Similarly to Pocket Sphinx, we will need a listener [...]" but there is something missing. There should be something like this:
mGoogleSpeechRecognizer.addListener(new GoogleRecognitionListener());
Hello
I am going through your fine tutorial of the lightbulbexample. I got stuck when the GoogleRecognitionListener is added, as I can not find any reference to where this listener is added?
Here, the code is added:
https://github.com/manask88/wiki/wiki/Speech-Recognition-Tutorial---LightBulb-Example#google-speech-api-listener
You write "Similarly to Pocket Sphinx, we will need a listener [...]" but there is something missing. There should be something like this: