Skip to content

Commit

Permalink
Update audio_reactive.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wled-install authored Jan 31, 2024
1 parent 89f8b60 commit 917a981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usermods/audioreactive/audio_reactive.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

// 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
#else
static bool limiterOn = true;
Expand Down

0 comments on commit 917a981

Please sign in to comment.