Changed default value back.

This commit is contained in:
Kevin Kellner 2017-01-06 15:06:55 +01:00
parent 67323cc1e5
commit 6c97a3f57d

View File

@ -76,7 +76,7 @@ depends on how long the LED strip is.
_max_led_FPS = int(((N_PIXELS * 30e-6) + 50e-6)**-1.0)
assert FPS <= _max_led_FPS, 'FPS must be <= {}'.format(_max_led_FPS)
MIN_FREQUENCY = 100
MIN_FREQUENCY = 200
"""Frequencies below this value will be removed during audio processing"""
MAX_FREQUENCY = 12000