Continuous Speech Recognition Android

I think you would have to capture audio directly from the phone’s microphone and stream it to your own recognition service. The Google recognition APIs are built as an Intent that launches their own Recognition dialog and gives you back results. If you want continuous recognition without a UI, you’ll have to build that functionality yourself.

Leave a Comment