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

Method latencyTime

src/internal/src/DynamicsCompressor.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 return 0;
257}
258double DynamicsCompressor::latencyTime(ContextRenderLock & r) const
259{
260 return m_compressor.latencyFrames() / static_cast<double>(r.context()->sampleRate());
261}
262
263} // namespace lab

Callers

nothing calls this directly

Calls 3

latencyFramesMethod · 0.80
sampleRateMethod · 0.45
contextMethod · 0.45

Tested by

no test coverage detected