I am working on understanding Core Audio, or rather: Extended Audio File Services
Here, I want to use ExtAudioFileRead() to read some audio data from a file
ExtAudioFileRead()
mNumberBuffers == 2 when you're dealing with non-interleaved stereo. It is the number of audio channels when not interleaved.