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

Method getIsSilence

src/fl/audio/detector/equalizer.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 /// @deprecated Use getVolumeNormFactor() instead
109 float getAutoGain() const { return mVolumeNormFactor; }
110 bool getIsSilence() const { return mIsSilence; }
111 float getBin(int index) const;
112 const float* getBins() const { return mBins; }
113

Callers 2

getEqIsSilenceMethod · 0.80
equalizer.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected