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
Hi,
We are upgrading an app to N7 that uses the speech recognition plugin for transcribing what someone says. At the same time we record the audio of the speech using a different system. In order to do this successfully on the previous version on Nativescript we put the speech recognition functions in a worker.
Everything works fine until you try and stop the recognition. The app then immediately crashes. We have tracked down the crash to the line _this.recognitionRequest.endAudio(); in the stopListening method. If we remove this line, the app no longer crashes (but it also doesn't stop trying to do the recognition and therefore eventually hangs).
We have plugged it in to xCode and the error that seems to consistently come back is 'Cannot create a handle without a HandleScope'.
Do you know anything about this please? Can the recognizer no longer be used in a worker?
Thanks for the plugin, and any help you can provide!
The text was updated successfully, but these errors were encountered:
Hi,
We are upgrading an app to N7 that uses the speech recognition plugin for transcribing what someone says. At the same time we record the audio of the speech using a different system. In order to do this successfully on the previous version on Nativescript we put the speech recognition functions in a worker.
Everything works fine until you try and stop the recognition. The app then immediately crashes. We have tracked down the crash to the line _this.recognitionRequest.endAudio(); in the stopListening method. If we remove this line, the app no longer crashes (but it also doesn't stop trying to do the recognition and therefore eventually hangs).
We have plugged it in to xCode and the error that seems to consistently come back is 'Cannot create a handle without a HandleScope'.
Do you know anything about this please? Can the recognizer no longer be used in a worker?
Thanks for the plugin, and any help you can provide!
The text was updated successfully, but these errors were encountered: