const AGC_AVG_ALPHA: f32 = 0.99;Expand description
Smoothing factor for the AGC’s per-band running average. Closer to 1.0 = longer history. ~50-100 frames at 60 FPS feels right — slow enough that a single kick doesn’t dump the gain, fast enough that a track change resettles within a couple of seconds.