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()
Cocoa simply seems to not accept mNumberBuffers > 1. Which is a shame as it makes the whole structure useless. (I hope this is right...)