-
Notifications
You must be signed in to change notification settings - Fork 9
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
Unable to relaunch ti.speech #6
Comments
@SquirrelMobile Thanks for testing! It looks like a known issue on the Simulator (see related error-code here). Does it work on device? I'll check-out the proposal they have in the thread, should be super easy to adopt to Hyperloop. Thx! |
Hello, i can't test on the simulator. I've tested on my iPad and my iPhone (7). It didn't work either on the device. I think you can easily reproduce the bug on your demo app. Thanks for your feedback ! |
Same problem here .. (Device iPhone 7)
|
@brentonhouse Did you see this before? Seems audio-related. Will try to take a peek as well. |
I will take a look at it |
I am not seeing the issue in the example app using:
@SquirrelMobile @bincTW -- Can you include details of your environment? |
Found out that the error only occurs in combination with the usage of bencoding.utterance module (native speech synthesizer module) and that I need to initialize utterance module first - and everything works fine. |
@SquirrelMobile -- Are you using the bencoding.utterance module as well? |
When i stop the speech recognition ("live audio" in the demo project) with TiSpeech.stopRecognition();
and i restart the speech recognition with TiSpeech.startRecognition for the second time, I get this error:
[ERROR] An error occurred with speech recognition
[ERROR] Error Domain=kAFAssistantErrorDomain Code=209 "(null)"
The text was updated successfully, but these errors were encountered: