Searched refs:kAttackSmoothing (Results 1 – 1 of 1) sorted by relevance
16 constexpr CSAMPLE kAttackSmoothing = 1.0f; // .85 variable127 currentVolume += kAttackSmoothing * (newVolume - currentVolume); in doSmooth()