在 iPhone 设备上运行时 AUIOClient_StartIO 失败 (-66628)

use*_*812 5 iphone audio record audiounit ios

我在 iOS7.1.1(设备:iPhone 5)的音频单元中遇到以下错误。

AUIOClient_StartIO 尝试在后台播放时失败错误:[0x3ce1a18c] 1202:AUIOClient_StartIO 失败(-66628)错误:-66628

我的是一个 PitchDetector 应用,参考GitHub 上的“ PitchDetectorExample ”项目(https://github.com/liggitt/PitchDetectorExample

我试图在后台接收音频数据。它在 iOS 7 模拟器中完美运行,但有时无法在 iOS 设备上运行