mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 13:24:01 +02:00
equalizer: MIN_FREQ 30 -> 50
This commit is contained in:
parent
27f2540dcc
commit
2c617c29dc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ LAZY = 0
|
||||||
SYMMETRIC = 0
|
SYMMETRIC = 0
|
||||||
|
|
||||||
HISTORY_SIZE = 8
|
HISTORY_SIZE = 8
|
||||||
MIN_FREQ = 30
|
MIN_FREQ = 50
|
||||||
MAX_FREQ = 12000
|
MAX_FREQ = 12000
|
||||||
|
|
||||||
ATTENUATION = 10**(40/10) # attenuation of 40dB
|
ATTENUATION = 10**(40/10) # attenuation of 40dB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue