mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-20 08:56:56 -05:00
When the quantum is changed, the error between the current and expected buffer levels needs to be corrected with the quantum difference. For example, say we are running with a 1024 quantum and the quantum is changed to 8192, when we wake up the filled level might be 1016 vs expected 8192, 1024 - 8192 = -7168. The real error for the timeout was 1016 - 8192 - (-7168) = -8. |
||
|---|---|---|
| .. | ||
| acp | ||
| mixer | ||
| 90-pipewire-alsa.rules | ||
| acp-tool.c | ||
| alsa-acp-device.c | ||
| alsa-pcm-device.c | ||
| alsa-pcm-sink.c | ||
| alsa-pcm-source.c | ||
| alsa-pcm.c | ||
| alsa-pcm.h | ||
| alsa-seq-bridge.c | ||
| alsa-seq.c | ||
| alsa-seq.h | ||
| alsa-udev.c | ||
| alsa.c | ||
| dll.h | ||
| meson.build | ||
| test-timer.c | ||