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

Method getZcf

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

Source from the content-addressed store, hash-verified

104 float getTreble() const { return mTreble; }
105 float getVolume() const { return mVolume; }
106 float getZcf() const { return mZcf; }
107 float getVolumeNormFactor() const { return mVolumeNormFactor; }
108 /// @deprecated Use getVolumeNormFactor() instead
109 float getAutoGain() const { return mVolumeNormFactor; }

Callers 2

getEqZcfMethod · 0.80
equalizer.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected