FastLED 3.9.15
Loading...
Searching...
No Matches
fl::audio::fft::Impl Class Reference

Detailed Description

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
 
Imploperator= (const Impl &) FL_NOEXCEPT=delete
 
Imploperator= (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< ContextmContext
 

The documentation for this class was generated from the following files: