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

Method empty

src/fl/audio/audio_batch.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 // --- Raw frame access ---
89 fl::span<const AudioFrame> frames() const { return mFrames; }
90 bool empty() const { return mFrames.empty(); }
91 fl::size frameCount() const { return mFrames.size(); }
92 bool hasProcessor() const { return mProc != nullptr; }
93

Callers 15

setSampleMethod · 0.45
SampleImplClass · 0.45
hasFFTMethod · 0.45
getOrCreateMethod · 0.45
processFFTMethod · 0.45
updateVolumeAndPeakMethod · 0.45
computeRMSMethod · 0.45
detectDownbeatMethod · 0.45
findMostCommonMeterMethod · 0.45
detectOnsetMethod · 0.45
updateCurrentTempoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected