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

◆ NoiseFloorTracker() [1/2]

fl::audio::NoiseFloorTracker::NoiseFloorTracker ( )

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

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

References configure(), mCurrentFloor, and mStats.

Referenced by configure().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: