-
Notifications
You must be signed in to change notification settings - Fork 55
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
CantStartAudioEngine #69
Comments
I'm having the same issue, any updates on this? |
Maybe it will be more useful if you guys could add more info to the issue? Is hard to track it down to something useful just by looking at the error. A quick search for the error code here https://www.osstatus.com/search/results?platform=all&framework=all&search=-10868 points to a more clear Is there anything else you guys could add? |
sure, for me it's happening randomly when the engine is being started. Tested it with AirPods, headphones, and built-in mic still seems to be random. |
I got the same error. How to resolve it? terminal log: |
I've been fighting the same problem. However, it appeared only when I upgraded my iPhone from iOS 13 to iOS 14 (TLSphinx still built in Swift 4). I get the exact error hcsaaron shows. To date, I haven't found any guidance in the Apple Developer forums, etc. |
(1) Can't Start AudioEngine: https://stackoverflow.com/questions/58193040/avaudiorecorder-audiokit-issues-ios-13-1-2 It seems that Apple changed the default behavior in iOS 13+, and now we must explicitly set parameters and behaviors. Here is the change I made to fix that problem. It does not harm TLSphinx running on previous versions of iOS: Apparently, the initial failure (can't start audioengine) is caused by a lack of an output node on the graph. Once I added the output node, audioengine started correctly. (2) Can't Read Valid Data: If anyone can make more progress on this, please post. |
Hello, I got this error when running on swift 5. Please help me.
Error Domain=Runtime Error Code=500 "Start decoding speech failed with error: CantStartAudioEngine(Error Domain=com.apple.coreaudio.avfaudio Code=-10868 "(null)" UserInfo={failed call=err = AUGraphParser::InitializeActiveNodesInInputChain(ThisGraph, *GetInputNode())})" UserInfo={NSLocalizedDescription=Start decoding speech failed with error: CantStartAudioEngine(Error Domain=com.apple.coreaudio.avfaudio Code=-10868 "(null)" UserInfo={failed call=err = AUGraphParser::InitializeActiveNodesInInputChain(ThisGraph, *GetInputNode())})}
The text was updated successfully, but these errors were encountered: