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

Method getTrebleRaw

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

Source from the content-addressed store, hash-verified

508}
509
510float Processor::getTrebleRaw() {
511 return getFrequencyBands()->getTreble();
512}
513
514bool Processor::isSilent() {
515 return getSilenceDetector()->isSilent();

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

getTrebleMethod · 0.45

Tested by

no test coverage detected