Update latency-and-latency-compensation.html
Added a note about non-constant latency of USB audio interfaces on Linux.
This commit is contained in:
parent
42787ab7b9
commit
f2be0c938d
@ -261,3 +261,10 @@
|
|||||||
<li>Make the appropriate connections between the jack ports so the loop is closed.</li>
|
<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>
|
<li>Adjust the playback and capture levels in the mixer.</li>
|
||||||
</ol>
|
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user