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

Method getEqAutoGain

src/fl/audio/audio_processor.cpp.hpp:702–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700}
701
702float Processor::getEqAutoGain() {
703 return getEqualizerDetector()->getAutoGain();
704}
705
706bool Processor::getEqIsSilence() {
707 return getEqualizerDetector()->getIsSilence();

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

getAutoGainMethod · 0.80

Tested by

no test coverage detected