You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
This isn't in the documentation, but in the code. I see that you're using a parameter (completeSilenceLength) to set the Android EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS
(see: cordova-plugin-speechrecognition/src/android/com/pbakondy/SpeechRecognition.java line 180)
My use case includes speech with several seconds of silence (8-10s), so I've added completeSilenceLength as a parameter in my javascript call (completeSilenceLength: 10000).
Hi,
This isn't in the documentation, but in the code. I see that you're using a parameter (completeSilenceLength) to set the Android EXTRA_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS
(see: cordova-plugin-speechrecognition/src/android/com/pbakondy/SpeechRecognition.java line 180)
My use case includes speech with several seconds of silence (8-10s), so I've added completeSilenceLength as a parameter in my javascript call (completeSilenceLength: 10000).
Unfortunately, the app just ignores the value and stops recording after 2-3s of silence.
Am I doing something wrong or does completeSilenceLength just not work/is not implemented?
Any help in getting me to record speech with 8-10s of silence would be appreciated.
The text was updated successfully, but these errors were encountered: