Good evening, I'm facing a problem which might be easy in the end.
I've got different audio sources on a single pc: Two Teamspeak instances, one VOIP connection, sound samples and background noise. Now there are three independent Headphone devices. Each one needs to mix all the source streams.
How would you achieve this? I thought of creating virtual audio devices, sending all source's streams to them, split each stream 3 times, mix them and send them to the headphones in the end. Is that possible?