-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: SpeechRecognition.stop() won't stop recording on android. #101
Comments
I found the solution
|
Has this fix been implemented? |
No, for the moment I created a fork with the pull requests of others. |
this is still a big issue btw, is anyone looking into it? this plugin is unusable on android. |
The people in charge do not always have time to test and update. |
Plugin version:
@capacitor-community/[email protected]
Platform(s):
Android 12
Current behavior:
By default, android will stop listening when there is no more speech input detected. However, when the app is run in a place with a lot of background noise, the recording process will never stop even if I call SpeechRecognition.stop(). I am not using the android popup.
Expected behavior:
Calling SpeechRecognition.stop() should stop the recording.
Steps to reproduce:
Start the record in a noisy place or while playing some background music.
The text was updated successfully, but these errors were encountered: