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

Method run

src/fl/audio/fft/fft_impl.cpp.hpp:1157–1161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1155}
1156
1157Impl::Result Impl::run(const Sample &sample, Bins *out) {
1158 auto &audio_sample = sample.pcm();
1159 span<const i16> slice(audio_sample);
1160 return run(slice, out);
1161}
1162
1163Impl::Result Impl::run(span<const i16> sample, Bins *out) {
1164 if (!mContext) {

Callers

nothing calls this directly

Calls 4

ResultClass · 0.70
runFunction · 0.50
sizeMethod · 0.45
sampleSizeMethod · 0.45

Tested by

no test coverage detected