|
FastLED 3.9.15
|
This is the complete list of members for fl::audio::Context, including all inherited members.
| clearCache() FL_NOEXCEPT | fl::audio::Context | |
| Context(const Sample &sample) FL_NOEXCEPT | fl::audio::Context | explicit |
| getBandEnergy() FL_NOEXCEPT | fl::audio::Context | |
| 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 | fl::audio::Context | |
| getFFT16(fft::Mode mode=fft::Mode::LOG_REBIN, fft::Window window=fft::Window::BLACKMAN_HARRIS) FL_NOEXCEPT | fl::audio::Context | |
| getFFTHistory() const FL_NOEXCEPT | fl::audio::Context | inline |
| getHistoricalFFT(int framesBack) const FL_NOEXCEPT | fl::audio::Context | |
| getPCM() const FL_NOEXCEPT | fl::audio::Context | inline |
| getRMS() const FL_NOEXCEPT | fl::audio::Context | inline |
| getSample() const FL_NOEXCEPT | fl::audio::Context | inline |
| getSampleRate() const FL_NOEXCEPT | fl::audio::Context | inline |
| getTimestamp() const FL_NOEXCEPT | fl::audio::Context | inline |
| getZCF() const FL_NOEXCEPT | fl::audio::Context | inline |
| hasFFT() const FL_NOEXCEPT | fl::audio::Context | inline |
| hasFFTHistory() const FL_NOEXCEPT | fl::audio::Context | inline |
| hashFFTArgs(const fft::Args &args) FL_NOEXCEPT | fl::audio::Context | privatestatic |
| isSilent() const FL_NOEXCEPT | fl::audio::Context | inline |
| MAX_FFT_CACHE_ENTRIES | fl::audio::Context | privatestatic |
| mFFT | fl::audio::Context | private |
| mFFTCache | fl::audio::Context | private |
| mFFTCacheMap | fl::audio::Context | private |
| mFFTHistory | fl::audio::Context | private |
| mFFTHistoryDepth | fl::audio::Context | private |
| mFFTHistoryIndex | fl::audio::Context | private |
| mIsSilent | fl::audio::Context | private |
| mRecyclePool | fl::audio::Context | private |
| mSample | fl::audio::Context | private |
| mSampleRate | fl::audio::Context | private |
| setFFTHistoryDepth(int depth) FL_NOEXCEPT | fl::audio::Context | |
| setSample(const Sample &sample) FL_NOEXCEPT | fl::audio::Context | |
| setSampleRate(int sampleRate) FL_NOEXCEPT | fl::audio::Context | inline |
| setSilent(bool silent) FL_NOEXCEPT | fl::audio::Context | inline |
| ~Context() FL_NOEXCEPT | fl::audio::Context |