MCPcopy Create free account
hub / github.com/FastLED/FastLED / setFloorSPL

Method setFloorSPL

src/fl/audio/audio.h:91–94  ·  view source on GitHub ↗

change your known noise-floor SPL at runtime

Source from the content-addressed store, hash-verified

89
90 /// change your known noise-floor SPL at runtime
91 void setFloorSPL(double spl_floor) FL_NOEXCEPT {
92 mSplFloor = spl_floor;
93 mOffset = mSplFloor - mDbfsFloorGlobal;
94 }
95
96 /// reset so the next quiet block will re-initialize your floor
97 void resetFloor() FL_NOEXCEPT {

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected