mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 13:24:01 +02:00
equalizer.py: Raise MIN_FREQ from 20 to 50; that's where range of most microphones starts
This commit is contained in:
parent
d442d0855b
commit
bceb322d87
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ PIXELS = 20
|
|||
|
||||
SLOW = 0
|
||||
HISTORY_SIZE = 4
|
||||
MIN_FREQ = 20
|
||||
MIN_FREQ = 50
|
||||
MAX_FREQ = 12000
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue