|
FastLED 3.9.15
|
Definition at line 20 of file audio_context.h.
#include <audio_context.h>
Collaboration diagram for fl::audio::Context:Classes | |
| struct | FFTCacheEntry |
Static Private Member Functions | |
| static fl::size | hashFFTArgs (const fft::Args &args) FL_NOEXCEPT |
Private Attributes | |
| fft::FFT | mFFT |
| vector< FFTCacheEntry > | mFFTCache |
| flat_map< fl::size, int > | mFFTCacheMap |
| vector< fft::Bins > | mFFTHistory |
| int | mFFTHistoryDepth = 0 |
| int | mFFTHistoryIndex = 0 |
| bool | mIsSilent = false |
| vector< shared_ptr< fft::Bins > > | mRecyclePool |
| Sample | mSample |
| int | mSampleRate = 44100 |
Static Private Attributes | |
| static constexpr int | MAX_FFT_CACHE_ENTRIES = 4 |