FastLED 3.9.15
Loading...
Searching...
No Matches

◆ run() [1/2]

FFTImpl::Result fl::FFTImpl::run ( const AudioSample & sample,
FFTBins * out )

Definition at line 153 of file fft_impl.cpp.

153 {
154 auto &audio_sample = sample.pcm();
155 span<const i16> slice(audio_sample);
156 return run(slice, out);
157}
Result run(const AudioSample &sample, FFTBins *out)
Definition fft_impl.cpp:153
Slice< T > span
Definition span.h:8

References fl::AudioSample::pcm(), and run().

Referenced by run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: