-
Notifications
You must be signed in to change notification settings - Fork 524
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
Crash occasionally while keep starting and stopping #46
Comments
Hey @notlose, did you get any workaround? @wenkesj if you could point me to a direction, It occurs with me when I have an audio stream playing in the speaker ( works fine with earphones on ) and I try to start/stop speech recognition. Here is the stack trace on testing on a real device:
|
@notlose Did you solved your problem? |
I'm having the same problem. Any solution - @notlose @lfoliveir4 ? |
Did anyone solved the problem?? reason: 'required condition is false: nullptr == Tap()' |
Please check this solution #361 |
and i got error massage in xcode console
[avae] AVAEInternal.h:69:_AVAE_Check: required condition is false: [AVAEGraphNode.mm:804:CreateRecordingTap: (nullptr == Tap())]
*** Terminating app due to uncaught exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: nullptr == Tap()'
*** First throw call stack:
(0x1841dfd38 0x1836f4528 0x1841dfc0c 0x1898ed634 0x1898ecc7c 0x18992ec18 0x189919064 0x189991a78 0x18998238c 0x1050b9ca8 0x1050bbed0 0x10587549c 0x10587545c 0x10588156c 0x105886b54 0x105886880 0x183e0b130 0x183e0ac30)
libc++abi.dylib: terminating with uncaught exception of type NSException
anyone have solution for this? thanks
i am using real device, iphone 7plus, ios 11 to test.
The text was updated successfully, but these errors were encountered: