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までは、オーディオツールボックスを使用して、バッファを使用してオーディオを(同時に)録音および再生していました。
「AVAudioRecorder」は「バッファ」ではなく「ファイル」に録音すると思います。
現在の iOS 7 では、「audiotoolbox」が廃止されたため、「AVAudioRecorder」を使用せざるを得なくなりました。
しかし問題は、「ファイル」出力を「バッファ」出力に置き換える方法です。