FastLED 3.9.15
Loading...
Searching...
No Matches

◆ AGCPreset

enum class fl::audio::AGCPreset
strong

AGC preset selection — derived from WLED Sound Reactive's proven approach.

Normal/Vivid/Lazy control how quickly the AGC adapts to source-level changes.

Enumerator
AGCPreset_Normal 

Balanced: 3.3s peak decay, moderate PI gains.

AGCPreset_Vivid 

Faster response: 1.3s peak decay, higher PI gains.

AGCPreset_Lazy 

Slower, more stable: 6.7s peak decay, lower PI gains.

AGCPreset_Custom 

Use custom PI tuning fields below.

Definition at line 13 of file auto_gain.h.

13 {
18};
@ AGCPreset_Vivid
Faster response: 1.3s peak decay, higher PI gains.
Definition auto_gain.h:15
@ AGCPreset_Normal
Balanced: 3.3s peak decay, moderate PI gains.
Definition auto_gain.h:14
@ AGCPreset_Custom
Use custom PI tuning fields below.
Definition auto_gain.h:17
@ AGCPreset_Lazy
Slower, more stable: 6.7s peak decay, lower PI gains.
Definition auto_gain.h:16