filter-chain: increase max gain for biquads

This commit is contained in:
Wim Taymans 2022-04-21 09:38:35 +02:00
parent 01a7d6709b
commit fed6f6d834

View file

@ -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,
},
};