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

◆ setFFTCacheSize()

void fl::FFT::setFFTCacheSize ( size_t size)

Definition at line 34 of file fft.cpp.

34{ mMap->setMaxSize(size); }
scoped_ptr< HashMap > mMap
Definition fft.h:92
size_t size() const
Definition fft.cpp:32

References mMap, and size().

+ Here is the call graph for this function: