在init方法中我使用
audioEngine = AVAudioEngine()
初始化我的audioEngine然后点击按钮“记录”后点击我启动我的引擎..
audioEngine.prepare()
do{
try audioEngine.start()
}catch {
print("audioEngine start failed")
}
但是我遇到了一个错误 错误: libc ++ abi.dylib:以NSException类型的未捕获异常终止