Skip to content

Tunnel and combine-sink latency fixes

Georg Chini requested to merge gchini/pulseaudio:latency_fixes into master

This patch series fixes the latency calculations for module-tunnel and module-combine-sink. In some situations, both modules did not take into account all components that contribute to the latency which lead to jumps in the reported latency.

Additionally, module-tunnel used a fixed latency of 250ms which seems unnecessary large. The fixed latency can now be configured.

Default adjust times are updated to reflect the increased reliability of the latency reports.

Edited by Arun Raghavan

Merge request reports