Integrate Google Voice Recognition in Android app

Ispas Claudiu picture Ispas Claudiu · Jul 23, 2014 · Viewed 15.5k times · Source

I want to introduce a new feature into my app: permanent voice recognition.

First of all I followed these posts:

Voice recognition

Speech recognition in Android

Offline Speech Recognition In Android (JellyBean)

and more others, plus other posts from different websites.

Problem: What actually I'm trying to do is to have a permanent voice recognition without displaying google's voice activity. For example: When I start the application the voice recognition should start and listen. When the recognizer matches some words then my app will do different actions accordingly. I do not like to press a button every time I want to do voice recognition, and also I do not like to appear anything on the screen to talk to. Can I do that?

Any suggestions are welcome. Thank you! :)

Answer

Rai220 picture Rai220 · Jul 23, 2014

Android can use voice recognition without any GUI. You can use SpeechRecognizer class to do this. But google doesn't allow you to use theirs voice tools for long time recognition. After 5-7 seconds of silence it will be stopped.

If you want to use limited comands vocabulary, you can use offline continious recognition like PocketSphinx.