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

◆ getFFT16()

shared_ptr< const fft::Bins > fl::audio::Context::getFFT16 ( fft::Mode mode = fft::Mode::LOG_REBIN,
fft::Window window = fft::Window::BLACKMAN_HARRIS )

Definition at line 106 of file audio_context.cpp.hpp.

106 {
108 fft::Args::DefaultMaxFrequency(), mode, window);
109}
shared_ptr< const fft::Bins > getFFT(int bands=16, float fmin=fft::Args::DefaultMinFrequency(), float fmax=fft::Args::DefaultMaxFrequency(), fft::Mode mode=fft::Mode::AUTO, fft::Window window=fft::Window::BLACKMAN_HARRIS) FL_NOEXCEPT
static float DefaultMaxFrequency() FL_NOEXCEPT
Definition fft.h:128
static float DefaultMinFrequency() FL_NOEXCEPT
Definition fft.h:127

References fl::audio::fft::Args::DefaultMaxFrequency(), fl::audio::fft::Args::DefaultMinFrequency(), and getFFT().

+ Here is the call graph for this function: