Update latency-and-latency-compensation.html

Added a note about non-constant latency of USB audio interfaces on Linux.
This commit is contained in:
tanjeff 2020-07-12 17:32:28 +02:00 committed by Robin Gareus
parent 42787ab7b9
commit f2be0c938d
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 7 additions and 0 deletions

View File

@ -261,3 +261,10 @@
<li>Make the appropriate connections between the jack ports so the loop is closed.</li>
<li>Adjust the playback and capture levels in the mixer.</li>
</ol>
<p class="warning">
On Linux, the latency of USB audio interfaces is not constant. It may
change when the interface is reconnected, on reboot and even when xruns
occur. This is due the buffer handling in the Linux USB stack. As a
workaround, it is possible to recalibrate the latency at the start of each
session and each time an xrun occurs.
</p>