Skip to content

impl-port/audioconvert: add PORT_IGNORE_LATENCY

P V requested to merge pvir/pipewire:port-ignore-latency into master

Add port.ignore-latency prop, which if true causes peer ports to ignore the latency of the given port.

This is useful for ports that are not intended to affect latency calculations of other ports, such as ports in monitor streams.

Have monitor streams not affect the latency calculation of the ports they are connected to.

Connecting monitor streams to ports (e.g. volume level monitoring) should not affect latency values of other streams connected to those ports.

This fixes e.g. just running pavucontrol from modifying latencies of all existing ports.

Closes #3191 (closed)

Merge request reports