Audio-Router/README.md

10 lines
420 B
Markdown
Raw Permalink Normal View History

2021-10-04 23:17:54 +13:00
# Audio Router
Routes audio via the AudioGraph Windows 10 API.
Devices operate in shared mode; and can have a latency as low as 10 ms (default Windows constraint; needs a WASAPI implementation to go lower).
Multiple devices can be multiplexed to a single output; this output can use a physical loopback (line-out -> microphone/line in) to expose the muxed sound
to a recording service such as Discord, Zoom, or OBS.
2021-09-23 17:29:44 +12:00