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

◆ NoiseFloorTracker() [2/2]

fl::audio::NoiseFloorTracker::NoiseFloorTracker ( const NoiseFloorTrackerConfig & config)
explicit

Definition at line 14 of file noise_floor_tracker.cpp.hpp.

14 {
15 configure(config);
16 mStats.currentFloor = mCurrentFloor; // Initialize stats to match internal state
17}
float mCurrentFloor
Current noise floor estimate.
void configure(const NoiseFloorTrackerConfig &config) FL_NOEXCEPT
Configure the noise floor tracker.

References configure(), mCurrentFloor, and mStats.

+ Here is the call graph for this function: