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

Method getBeatConfidence

src/fl/audio/audio_reactive.cpp.hpp:1004–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1002
1003float Reactive::getVocalConfidence() { return ensureAudioProcessor().getVocalConfidence(); }
1004float Reactive::getBeatConfidence() { return ensureAudioProcessor().getBeatConfidence(); }
1005float Reactive::getBPM() { return ensureAudioProcessor().getBPM(); }
1006float Reactive::getEnergyLevel() { return ensureAudioProcessor().getEnergy(); }
1007float Reactive::getPeakLevel() { return ensureAudioProcessor().getPeakLevel(); }

Callers 3

FL_TEST_FILEFunction · 0.45
classifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected