| 849 | } |
| 850 | |
| 851 | double HRTFPanner::latencyTime(ContextRenderLock & r) const |
| 852 | { |
| 853 | // The latency of a FFTConvolver is also fftSize() / 2, and is in addition to its tailTime of the same value. |
| 854 | return (fftSize() / 2) / static_cast<double>(r.context()->sampleRate()); |
| 855 | } |
| 856 | |
| 857 | } // namespace lab |
nothing calls this directly
no test coverage detected