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

Method latencyTime

include/LabSound/extended/PolyBLEPNode.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55{
56 virtual double tailTime(ContextRenderLock & r) const override { return 0; }
57 virtual double latencyTime(ContextRenderLock & r) const override { return 0; }
58 virtual bool propagatesSilence(ContextRenderLock & r) const override;
59 std::shared_ptr<AudioSetting> m_type;
60 std::unique_ptr<PolyBlepImpl> polyblep;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected