AudioKit crash: required condition is false: !destNodeMixerConns.empty() && !isDestNodeConnectedToIONode

后端 未结 1 1171
暗喜
暗喜 2021-01-18 05:06

We are experiencing an exception in our project:

2019-08-08 10:18:28.703708-0600 AppName[99385:5069475] *** Terminating app due to uncaught exception \'com.a         


        
相关标签:
1条回答
  • 2021-01-18 06:07

    I've opened the project and it seems like you're being a bit too relaxed about your set up / tear down of the signal chain. You're setting up AudioKit's output using local variables, never tearing down this signal chain, and then coming back resetting the AudioKit output and telling AudioKit to start without ever calling AudioKit.stop().

    0 讨论(0)
提交回复
热议问题