>I'm not familiar with CoreAudio so I was wondering what the audio engine >model looks like: is it similar to jack's IPC mode or is it a "plugin" mode ?
its closer to JACK, in that the process() callback (they call it something like kAudioRenderSlice) executes in the context of its "owner", not some central server. but its not entirely clear from the docs i've read. --p
