I’m a noob so in short: Does the inputChannelData correspond to the individual inputs to the AudioIODevice or the individual outputs of the AudioIODevice?
Like say the AudioIODevice has 2 input channels with a different mic on each and 2 output channels, 1 for left out and 1 for right out. In the AudioIODeviceCallback::audioDeviceIOCallbackWithContext() will the inputChannelData for that device give me the channels for the mics or the channels for the left and right outputs?
