Changed default value back.
This commit is contained in:
parent
67323cc1e5
commit
6c97a3f57d
@ -76,7 +76,7 @@ depends on how long the LED strip is.
|
|||||||
_max_led_FPS = int(((N_PIXELS * 30e-6) + 50e-6)**-1.0)
|
_max_led_FPS = int(((N_PIXELS * 30e-6) + 50e-6)**-1.0)
|
||||||
assert FPS <= _max_led_FPS, 'FPS must be <= {}'.format(_max_led_FPS)
|
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"""
|
"""Frequencies below this value will be removed during audio processing"""
|
||||||
|
|
||||||
MAX_FREQUENCY = 12000
|
MAX_FREQUENCY = 12000
|
||||||
|
Loading…
Reference in New Issue
Block a user