MCPcopy Create free account
hub / github.com/LabSound/LabSound / latencyTime

Method latencyTime

src/internal/src/HRTFPanner.cpp:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851double 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

Callers

nothing calls this directly

Calls 2

sampleRateMethod · 0.45
contextMethod · 0.45

Tested by

no test coverage detected