|
FastLED 3.9.15
|
| fl::audio::SoundLevelMeter::SoundLevelMeter | ( | double | spl_floor = 33.0, |
| double | smoothing_alpha = 0.0 ) |
| spl_floor | The SPL (dB SPL) that corresponds to your true noise-floor. |
| smoothing_alpha | [0…1] how quickly to adapt floor; 0=instant min. |
Definition at line 147 of file audio.cpp.hpp.
References FL_INFINITY_DOUBLE, mCurrentDbfs, mCurrentSpl, mDbfsFloorGlobal, mOffset, mSmoothingAlpha, and mSplFloor.