Update audio_reactive.h

This commit is contained in:
wled-install 2024-01-31 06:34:15 +01:00 committed by GitHub
parent 89f8b6060f
commit 917a981096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ static uint8_t audioSyncEnabled = 0; // bit field: bit 0 - send, bit 1
static bool udpSyncConnected = false; // UDP connection status -> true if connected to multicast group static bool udpSyncConnected = false; // UDP connection status -> true if connected to multicast group
// user settable parameters for limitSoundDynamics() // user settable parameters for limitSoundDynamics()
#ifdef UM_AUDIOREACTIVE_RISE_FALL_LIMITER_OFF #ifdef UM_AUDIOREACTIVE_DYNAMICS_LIMITER_OFF
static bool limiterOn = false; // bool: enable / disable dynamics limiter static bool limiterOn = false; // bool: enable / disable dynamics limiter
#else #else
static bool limiterOn = true; static bool limiterOn = true;