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

◆ run() [1/2]

Impl::Result fl::audio::fft::Impl::run ( const Sample & sample,
Bins * out )

Definition at line 1157 of file fft_impl.cpp.hpp.

1157 {
1158 auto &audio_sample = sample.pcm();
1159 span<const i16> slice(audio_sample);
1160 return run(slice, out);
1161}
Result run(const Sample &sample, Bins *out)
CRGB sample(const CRGB *grid, const XYMap &xyMap, float x, float y, SampleMode mode)
Sample a pixel from a 2D CRGB grid at floating-point coordinates.
Definition sample.cpp.hpp:9

References run(), and fl::sample().

Referenced by run().

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