gotev / android-speech

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

Update Readme.md file #37

Closed Anshul1507 closed 3 years ago

Anshul1507 commented 4 years ago

Adding content for Continuous Speech Recognition

gotev commented 3 years ago

@Anshul1507 thanks for sharing this!

Unfortunately, Google Voice recognition bundled in Android is not designed for continuous listening. Although this may work under some circumstances, it's a workaround, a potential memory leak and crash generator, because it retains Activity context. For this reason I don't feel like sharing this approach as an example of how to do this kind of stuff in the README.