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

◆ Mode

enum class fl::audio::fft::Mode
strong
Enumerator
AUTO 
LOG_REBIN 
CQ_NAIVE 
CQ_OCTAVE 
CQ_HYBRID 

Definition at line 36 of file fft.h.

36 {
37 AUTO,
41 CQ_HYBRID // If you aren't sure just use this.
42};