MCPcopy Create free account
hub / github.com/audacity/audacity / GetLatencyMs

Method GetLatencyMs

libraries/lib-builtin-effects/CompressorInstance.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38float CompressorInstance::GetLatencyMs() const
39{
40 return mSlaves.empty() ?
41 mCompressor->GetSettings().lookaheadMs :
42 mSlaves.front().mCompressor->GetSettings().lookaheadMs;
43}
44
45void CompressorInstance::SetOutputQueue(
46 std::weak_ptr<DynamicRangeProcessorOutputPacketQueue> outputQueue)

Callers 1

OnTimerMethod · 0.80

Calls 2

GetSettingsMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected