equalizer.py: Raise MIN_FREQ from 20 to 50; that's where range of most microphones starts

This commit is contained in:
Petr Baudis 2012-08-19 23:50:19 +02:00
parent d442d0855b
commit bceb322d87

View file

@ -21,7 +21,7 @@ PIXELS = 20
SLOW = 0 SLOW = 0
HISTORY_SIZE = 4 HISTORY_SIZE = 4
MIN_FREQ = 20 MIN_FREQ = 50
MAX_FREQ = 12000 MAX_FREQ = 12000