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

Method latencyTime

include/LabSound/extended/SfxrNode.h:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 virtual bool propagatesSilence(ContextRenderLock & r) const override;
101 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
102 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
103
104 std::shared_ptr<AudioSetting> _preset;
105 std::shared_ptr<AudioSetting> _waveType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected