[Clemens Ladisch]
In most cases, the ALSA buffer/period parameters
directly reflect
hardware parameters, but in the case of protocols like USB where it is
not possible to transfer data directly out of a ring buffer, there is an
additional packet queue, which adds latency. (The length of that queue
is either constant or proportional to the period size, depending on the
driver.)
Thanks you Clemens for clearing that up. How would one go about
determining the size of this queue between ALSA and USB?
In the case of the current version of snd-usb-audio, the queue has the
same length as the buffer, but never more than 18 ms.