AudioBufferList pull and play stereo

Viewed 8

AudioBufferList *inAudioBufferList = in->mutableAudioBufferList;

I'm want to pull stereo audio but looks like there is only one channel

because AudioBuffer size is set to be one:

AudioBuffer mBuffers[1]

Where is the second channel?

0 Answers
Related