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

Method latencyTime

src/core/AudioBasicProcessorNode.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94double AudioBasicProcessorNode::latencyTime(ContextRenderLock & r) const
95{
96 return m_processor->latencyTime(r);
97}
98
99AudioProcessor * AudioBasicProcessorNode::processor()
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected