keenresearch / KeenASR-Android-PoC

A proof-of-concept app using KeenASR SDK on Android. WE ARE HIRING: https://keenresearch.com/careers.html

Home Page:https://keenresearch.com/keenasr-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get it listen for a longer period of time

horovody opened this issue · comments

I can see this app works in small sessions and then stops listening after i stop speaking for a second. Is it possible to get it work for a longer period of time - like application listens for my commands and responds with something and continue to listen (on your site it it said it can be used for Voice control in apps,
Circumvent complex navigation)? I feel like there should be a way, just not sure how to do it.

You would have to do that at the application level. Based on what was recognized you app can determine what to do, and at the appropriate time it can call StartListening() method again (or switch to a different decoding graph, if needed, and then call StartListening).

Later this year we are planning to provide ways to manage dialogs, etc. but for voice control doing it at the application level should be pretty straightforward.