MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / FftSwitcherThread

Method FftSwitcherThread

shared/FftSwitcher.h:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 };
15
16 FftSwitcherThread(FftSwitcher* fftSwitcher)
17 : Thread("fftSwitcherThread", 0), m_fftSwitcher(fftSwitcher), m_switchFft(false), m_switchFftStyle(false), m_switchOverlaps(false), m_switchWindow(false) {}
18
19 /// Thread
20 /// Do not call this directly. Instead call `switchFftSize` or `switchOverlapCount`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected