gotev / android-speech

Android speech recognition and text to speech made easy
http://gotev.github.io/android-speech/
Apache License 2.0
477 stars 156 forks source link

Speech recognition stops after first result #6

Closed PeterStaranchuk closed 7 years ago

PeterStaranchuk commented 7 years ago

Hello. How can I cycle recognition? I mean - listen all time

gotev commented 7 years ago

Listening all the time until you explicitly stop it is not possibile. The idle timeout can be set, but nothing more. To add continuous listening you must use Google Cloud Speech API gRPC

PeterStaranchuk commented 7 years ago

thanks)

gotev commented 7 years ago

It's a limitation posed by the android speech recognition APIs