Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void Delay::reset()
45
{
46
mRingBuffer.zero();
47
mCursor = 0;
48
mReadCursor = 0;
49
}
50
51
void Delay::get(float4_t& out)
52
{
Callers
nothing calls this directly
Calls
1
zero
Method · 0.45
Tested by
no test coverage detected