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

Method getDBFS

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

@returns most recent block's level in dBFS (≤ 0)

Source from the content-addressed store, hash-verified

83
84 /// @returns most recent block's level in dBFS (≤ 0)
85 double getDBFS() const FL_NOEXCEPT { return mCurrentDbfs; }
86
87 /// @returns calibrated estimate in dB SPL
88 double getSPL() const FL_NOEXCEPT { return mCurrentSpl; }

Callers 2

FL_TEST_FILEFunction · 0.80
loopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected