mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
channelmix: add option to filter FC
Add an option to do a lowpass filter on the FC channel to isolate the voices better and move the higher frequencies to the stereo channels. See #861
This commit is contained in:
parent
5b3388e4ac
commit
23db50630d
7 changed files with 26 additions and 4 deletions
|
|
@ -74,6 +74,7 @@ struct channelmix {
|
|||
|
||||
float freq; /* sample frequency */
|
||||
float lfe_cutoff; /* in Hz, 0 is disabled */
|
||||
float fc_cutoff; /* in Hz, 0 is disabled */
|
||||
float rear_delay; /* in ms, 0 is disabled */
|
||||
float widen; /* stereo widen. 0 is disabled */
|
||||
uint32_t hilbert_taps; /* to phase shift, 0 disabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue