I’m working on something that needs more than one audio input device opened at the same time. I’m aware that the audiodevicemanager only supports one input and output devie at a time, so I thought it would be a good idea to try two audiodevicemanagers. This app is on Mac & PC so I’ll need to get it working for dSound and CoreAudio (I know that ASIO only supports one device opened at a time at the interface level).
Do you think it’d be possible to have this “multi-AudioDeviceManager system” work as the MacOSX aggregated device ? I mean, having the devices synced so that they can be used as one only device (for both ins & outs).