Turn non-interleaved audio data into interleaved
问题 I'm working with modified version of Apple's MixerHost Class which separates audio into two streams in its callbacks (this is to allow for the resulting audio to be either mono or stereo). The result, clearly, is a non-interleaved stream. I'm new to Core Audio, I need an interleaved stream, and I'm wondering if anyone can point me in the right direction to modify the buffers in a callback to store interleaved stereo data. Thank you. Here is one of the callbacks: static OSStatus