Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/steam-audio
/ swap
Method
swap
core/src/core/overlap_save_convolution_effect.cpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void OverlapSaveFIR::swap(OverlapSaveFIR& a, OverlapSaveFIR& b)
63
{
64
a.mData.swap(b.mData);
65
}
66
67
68
// --------------------------------------------------------------------------------------------------------------------
Callers
1
apply
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected