mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
filter-chain: increase max gain for biquads
This commit is contained in:
parent
01a7d6709b
commit
fed6f6d834
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ static struct fc_port bq_ports[] = {
|
|||
{ .index = 4,
|
||||
.name = "Gain",
|
||||
.flags = FC_PORT_INPUT | FC_PORT_CONTROL,
|
||||
.def = 0.0f, .min = -120.0f, .max = 5.0f,
|
||||
.def = 0.0f, .min = -120.0f, .max = 20.0f,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue