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

◆ PerceptualWeighting()

fl::audio::PerceptualWeighting::PerceptualWeighting ( )

Definition at line 910 of file audio_reactive.cpp.hpp.

912 : mHistoryIndex(0)
913#endif
914{
915#if SKETCH_HAS_LARGE_MEMORY
916 // Initialize loudness history to zero
917 for (fl::size i = 0; i < mLoudnessHistory.size(); ++i) {
918 mLoudnessHistory[i] = 0.0f;
919 }
920 // Suppress unused warning until mHistoryIndex is implemented
921 (void)mHistoryIndex;
922#endif
923}

Referenced by applyAWeighting().

+ Here is the caller graph for this function: