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.
直到 ios6,我曾经有 audiotoolbox 使用缓冲区记录和播放(同时)音频。
我认为,“AVAudioRecorder”确实录制到“文件”中,而不是“缓冲区”中。
在当前的 ios 7 中,由于不推荐使用“audiotoolbox”,我被迫使用“AVAudioRecorder”。
但问题是,如何将“文件”输出替换为“缓冲区”输出。