|
FastLED 3.9.15
|
#include <fft.h>
Public Member Functions | |
| Args (int samples=DefaultSamples(), int bands=DefaultBands(), float fmin=DefaultMinFrequency(), float fmax=DefaultMaxFrequency(), int sample_rate=DefaultSampleRate(), Mode mode=Mode::AUTO, Window window=Window::AUTO) FL_NOEXCEPT | |
| bool | operator!= (const Args &other) const FL_NOEXCEPT |
| bool | operator== (const Args &other) const FL_NOEXCEPT |
Static Public Member Functions | |
| static int | DefaultBands () FL_NOEXCEPT |
| static float | DefaultMaxFrequency () FL_NOEXCEPT |
| static float | DefaultMinFrequency () FL_NOEXCEPT |
| static int | DefaultSampleRate () FL_NOEXCEPT |
| static int | DefaultSamples () FL_NOEXCEPT |
| static void | resolveModeEnums (Mode &mode, Window &window, int bands, int samples, float fmin, float fmax) FL_NOEXCEPT |
Public Attributes | |
| int | bands = DefaultBands() |
| float | fmax = DefaultMaxFrequency() |
| float | fmin = DefaultMinFrequency() |
| Mode | mode = Mode::AUTO |
| int | sample_rate = DefaultSampleRate() |
| int | samples = DefaultSamples() |
| Window | window = Window::AUTO |