This repository was archived by the owner on Jan 31, 2026. It is now read-only.
Replies: 1 comment
-
|
This project has been deprecated and archived. Please migrate to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
we are using the react-native-voice library for an iOS app. Every now and then when we launch the Voice.start('en-US') method we get a "Speech recognition is not available now" error message back, and then a "Speech recognition already started!" subsequent message.
From that moment on it seems that the Voice object is corrupted and won't work anymore. We need to kill the app and start it from scratch.
What would be the best course to recover from such an error? Calling a Voice.destroy()?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions