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

◆ run() [1/2]

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

Definition at line 150 of file fft_impl.cpp.

150 {
151 auto &audio_sample = sample.pcm();
152 Slice<const int16_t> slice(audio_sample);
153 return run(slice, out);
154}
Result run(const AudioSample &sample, FFTBins *out)
Definition fft_impl.cpp:150

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

Referenced by fl::FFT::run(), and run().

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