| 79 | FFTFrame * fftFrame() { return m_fftFrame.get(); } |
| 80 | |
| 81 | int fftSize() const { return m_fftFrame->fftSize(); } |
| 82 | float frameDelay() const { return m_frameDelay; } |
| 83 | |
| 84 | // Converts back into impulse-response form. |
nothing calls this directly
no outgoing calls
no test coverage detected