Re: N-M processing again (sorry)
Re: N-M processing again (sorry)
- Subject: Re: N-M processing again (sorry)
- From: James Closs <email@hidden>
- Date: Fri, 14 Jul 2006 16:35:58 +0100
Hi,
The mono->stereo saga continues.
I'm now working in overriding ProcessBufferLists(), basically
creating structures for each input and output stream that will get
passed to a separate Process() method.
What's confusing me is the output when in mono->stereo mode. The
AudioBufferList passed to ProcessBufferLists() in this mode only has
one buffer and one channel.
outBuffer.mNumberBuffers == 1
outBuffer[0].mNumberChannels == 1
How do I write out the stereo data then? If interleaved, shouldn't
outBuffer[0].mNumberChannels equal 2?
====
James Closs, Director, bitBull Ltd
http://www.bitbull.com
07771 991171
====
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden