Changed description

This commit is contained in:
Brychan Dempsey 2021-10-04 23:17:54 +13:00
parent 90b1094f30
commit b721b84dc0

View File

@ -1,3 +1,9 @@
# Audio-Router
# 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.
Routes audio via the AudioGraph API