User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Stephen Davis wrote:
I would look into using the CoreAudio AudioConverter APIs
[<AudioToolbox/AudioConverter.h>] to do arbitrary (de)interleaving
since the AudioConverters have optimized routines for this operation.
I did think about those function but was a bit afraid of the overhead of
creating fake AudioStream.
I will run some test and let you know how it looks.