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

Method latencyTime

include/LabSound/extended/NoiseNode.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 virtual bool propagatesSilence(ContextRenderLock & r) const override;
44 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
45 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
46
47 std::shared_ptr<AudioSetting> _type;
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected