Re: AudioConverterFillComplexBuffer and complex buffers
Re: AudioConverterFillComplexBuffer and complex buffers
- Subject: Re: AudioConverterFillComplexBuffer and complex buffers
- From: James McCartney <email@hidden>
- Date: Wed, 31 Mar 2004 17:38:54 -0800
On Mar 31, 2004, at 5:05 PM, Michael Thornburgh wrote:
right. and i'm asking about when that AudioBufferList, passed to
AudioConverterFillComplexBuffer and into which i'd like converted
audio written by the Audio Converter, is configured as
mNumberBuffers=2 and each AudioBuffer's mNumberChannels=2, for a total
of 4 channels arranged as two streams of two interleaved channels
each. is there a way to configure the AudioConverter so that it'll
convert samples into an AudioBufferList arranged like that?
-mike
An AudioConverter outputs one stream. A stream is either interleaved or
non-interleaved. You want two interleaved streams out. That will
require two AudioConverters.
-
james mccartney
apple coreaudio
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.