|
FastLED 3.9.15
|
Definition at line 23 of file fft_impl.h.
#include <fft_impl.h>
Collaboration diagram for fl::audio::fft::Impl:Classes | |
| struct | Result |
Public Member Functions | |
| Impl (const Args &args) | |
| Impl (const Impl &) FL_NOEXCEPT=delete | |
| Impl (Impl &&) FL_NOEXCEPT=delete | |
| ~Impl () FL_NOEXCEPT | |
| fl::string | info () const |
| Impl & | operator= (const Impl &) FL_NOEXCEPT=delete |
| Impl & | operator= (Impl &&) FL_NOEXCEPT=delete |
| Result | run (const Sample &sample, Bins *out) |
| Result | run (span< const i16 > sample, Bins *out) |
| fl::size | sampleSize () const |
Private Attributes | |
| fl::unique_ptr< Context > | mContext |