mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-11 04:27:56 -05:00
The current implementation uses the slope variable S to define the filter slope. Setting S = 1 results in a constant Q value of sqrt(2)/2, or 0.7071, which is a good default value. However, calculating alpha from the Q value instead, as done in RBJ's cookbook [1], the filter shape can be changed which might be desired for certain applications and provides flexibility. Since the current implementation always defaulted to using S = 1, make sure that configurations missing Q uses the same slope value. [1] = https://www.w3.org/TR/audio-eq-cookbook/ |
||
|---|---|---|
| .. | ||
| daemon | ||
| examples | ||
| gst | ||
| modules | ||
| pipewire | ||
| tests | ||
| tools | ||
| meson.build | ||