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

Method tailTime

src/internal/src/AudioDSPKernelProcessor.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85double AudioDSPKernelProcessor::tailTime(ContextRenderLock & r) const
86{
87 // It is expected that all the kernels have the same tailTime.
88 return !m_kernels.empty() ? (*m_kernels.begin())->tailTime(r) : 0;
89}
90
91double AudioDSPKernelProcessor::latencyTime(ContextRenderLock & r) const
92{

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected