mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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
|
|
@ -85,6 +85,7 @@ stream.properties = {
|
|||
#channelmix.mix-lfe = true
|
||||
#channelmix.upmix = false
|
||||
#channelmix.lfe-cutoff = 0
|
||||
#channelmix.fc-cutoff = 0
|
||||
#channelmix.rear-delay = 12.0
|
||||
#channelmix.stereo-widen = 0.0
|
||||
#channelmix.hilbert-taps = 0
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@ stream.properties = {
|
|||
#channelmix.mix-lfe = false
|
||||
#channelmix.upmix = false
|
||||
#channelmix.lfe-cutoff = 0
|
||||
#channelmix.fc-cutoff = 0
|
||||
#channelmix.rear-delay = 12.0
|
||||
#channelmix.stereo-widen = 0.0
|
||||
#channelmix.hilbert-taps = 0
|
||||
|
|
|
|||
|
|
@ -206,6 +206,7 @@ context.objects = [
|
|||
#channelmix.mix-lfe = false
|
||||
#channelmix.upmix = false
|
||||
#channelmix.lfe-cutoff = 0
|
||||
#channelmix.fc-cutoff = 0
|
||||
#channelmix.rear-delay = 12.0
|
||||
#channelmix.stereo-widen = 0.0
|
||||
#channelmix.hilbert-taps = 0
|
||||
|
|
@ -264,6 +265,7 @@ context.objects = [
|
|||
#channelmix.mix-lfe = false
|
||||
#channelmix.upmix = false
|
||||
#channelmix.lfe-cutoff = 0
|
||||
#channelmix.fc-cutoff = 0
|
||||
#channelmix.rear-delay = 12.0
|
||||
#channelmix.stereo-widen = 0.0
|
||||
#channelmix.hilbert-taps = 0
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ stream.properties = {
|
|||
#channelmix.mix-lfe = false
|
||||
#channelmix.upmix = false
|
||||
#channelmix.lfe-cutoff = 0
|
||||
#channelmix.fc-cutoff = 0
|
||||
#channelmix.rear-delay = 12.0
|
||||
#channelmix.stereo-widen = 0.0
|
||||
#channelmix.hilbert-taps = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue