Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 AVAudioPlayer,我可以从我的麦克风流式传输实时音频吗?
如果是这样,我该怎么做?
不。
AVAudioPlayer 只能播放音频文件。
根据您要完成的工作,您可能需要查看Apple 示例代码中的AudioQueues 和aurioTouch示例
使用 AudioQueues,您在填充缓冲区时总是会有一点延迟,AudioUnits 将是您可以立即处理声音的最佳选择。
正如pjapers所说。你应该使用 AudioUnits