Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ latencyTime
Method
latencyTime
src/core/DynamicsCompressorNode.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
double DynamicsCompressorNode::latencyTime(ContextRenderLock & r) const
129
{
130
return m_dynamicsCompressor->latencyTime(r);
131
}
132
133
} // end namespace lab
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected