Skip to content

filter-apply: Look for filter parameters also in device properties

Sebastian Krzyszkowiak requested to merge dos/pulseaudio:filter-params into master

Some filters take parameters that effectively describe the hardware they're being applied to (like echo-cancel allowing to specify the mic array parameters for better noise filtering). This allows system integrators to set default parameters for such modules per-device, which will get used when the stream doesn't specify their own.

Merge request reports