I can connect an input channel of one device to an output channel of the same device by creating, opening and starting an instance of AudioIODevice, together with a supporting instance of AudioIODeviceCallback.
However, I don't know how to connect an input channel of one device to an output channel of a different device.
If two instances of AudioIODevice and AudioIODeviceCallback are required, how do you coordinate the callbacks?
Thanks.