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?
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?