MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / reset

Method reset

core/src/core/delay.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Delay::reset()
45{
46 mRingBuffer.zero();
47 mCursor = 0;
48 mReadCursor = 0;
49}
50
51void Delay::get(float4_t& out)
52{

Callers

nothing calls this directly

Calls 1

zeroMethod · 0.45

Tested by

no test coverage detected