| 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` |
nothing calls this directly
no outgoing calls
no test coverage detected