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

Method latencyTime

include/LabSound/core/GainNode.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39protected:
40 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
41 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
42
43 float m_lastGain; // for de-zippering
44 std::shared_ptr<AudioParam> m_gain;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected