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

Method getAutoGain

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

@deprecated Use getVolumeNormFactor() instead

Source from the content-addressed store, hash-verified

107 float getVolumeNormFactor() const { return mVolumeNormFactor; }
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; }

Callers 1

getEqAutoGainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected