MCPcopy Create free account
hub / github.com/FastLED/FastLED / getFFT16

Method getFFT16

src/fl/audio/audio_context.cpp.hpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106shared_ptr<const fft::Bins> Context::getFFT16(fft::Mode mode, fft::Window window) {
107 return getFFT(16, fft::Args::DefaultMinFrequency(),
108 fft::Args::DefaultMaxFrequency(), mode, window);
109}
110
111void Context::setFFTHistoryDepth(int depth) {
112 if (mFFTHistoryDepth != depth) {

Callers 7

processFFTMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
createMockAudioContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected