Roman Flickstein
Roman Flickstein

Reputation: 11

Capture audio stream from multiple virtual audio devices simultaneously

I have an external utility (no source code) which receives audio streams from the UDP ports (up to 256 channels) and is able to play the audio using virtual audio devices (one for each channel). My requirement is to capture the audio from the virtual devices and retransmit the stream via UDP to another PC.

I wrote a C++ program using windows wave in interface which captures only one channel chosen as input in windows settings. Is there a way to do it for multiple channels simultaneously?

Upvotes: 1

Views: 179

Answers (0)

Related Questions