Re: How to do stereo?
Re: How to do stereo?
- Subject: Re: How to do stereo?
- From: Ben Dyer <email@hidden>
- Date: Thu, 17 Oct 2002 20:40:56 +0000
On Thursday, October 17, 2002, at 06:00 PM, Bill Stewart wrote:
Simple:)
You use one bus on output, but that bus has two channels of
mono-deinterleaved data in them (the cannonical format of the V2 unit)
So, as a synth you're generatnig output buffers... You have the single
AudioBufferList for the single bus that you output:
That BufferList has two AudioBuffers in it (one for each channel) -
first
buffer is left, second right.
Great! Thanks Bill! That cleared a few things up. I now have a working
stereo soft-synth!
Now..onto the GUI !
Cheers,
Ben.
_______________________________________________
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.