mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-04 04:06:29 -05:00
filter-chain: tweak spatializer gain
We're adding two signals together so half the gain to keep it at the same volume.
This commit is contained in:
parent
47dd57faa7
commit
69d8822303
1 changed files with 24 additions and 2 deletions
|
|
@ -118,8 +118,30 @@ context.modules = [
|
|||
}
|
||||
}
|
||||
|
||||
{ type = builtin label = mixer name = mixL }
|
||||
{ type = builtin label = mixer name = mixR }
|
||||
{ type = builtin label = mixer name = mixL
|
||||
control = {
|
||||
"Gain 1" = 0.5
|
||||
"Gain 2" = 0.5
|
||||
"Gain 3" = 0.5
|
||||
"Gain 4" = 0.5
|
||||
"Gain 5" = 0.5
|
||||
"Gain 6" = 0.5
|
||||
"Gain 7" = 0.5
|
||||
"Gain 8" = 0.5
|
||||
}
|
||||
}
|
||||
{ type = builtin label = mixer name = mixR
|
||||
control = {
|
||||
"Gain 1" = 0.5
|
||||
"Gain 2" = 0.5
|
||||
"Gain 3" = 0.5
|
||||
"Gain 4" = 0.5
|
||||
"Gain 5" = 0.5
|
||||
"Gain 6" = 0.5
|
||||
"Gain 7" = 0.5
|
||||
"Gain 8" = 0.5
|
||||
}
|
||||
}
|
||||
]
|
||||
links = [
|
||||
# output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue