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.
@ AGCPreset_Normal
Balanced: 3.3s peak decay, moderate PI gains.
@ AGCPreset_Custom
Use custom PI tuning fields below.
@ AGCPreset_Lazy
Slower, more stable: 6.7s peak decay, lower PI gains.