voice
voice copied to clipboard
Error: "8/RecognitionService busy"
I was testing the library and it was workin fine but suddenly it started giving this error all the time:
"8/RecognitionService busy"
Any help or explanation is appreciated!
Same issue with the example given. Any suggestions?
same issue
same
SAME
Sometimes I am getting the same issue on Android after starting and stopping recognition many times
Sometimes I am getting the same issue on Android after starting and stopping recognition many times
Same problem
Try creating a function like this: const destroyVoiceInstance = () => { Voice.stop(); Voice.destroy(); Voice.removeAllListeners(); }
And invoke this on:
- ComponentWillUnmount
- Voice.onSpeechError function handler
This seems to have solved my problem by destroying Voice's instantiated instance.
If your problem gets fixed from this then do let me know so that even I am assured that this the correct solution.
I'm also facing the same issue is there anyone solve this issue.