Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ updategain
Method
updategain
source/src/oggstream.cpp:240–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void oggstream::updategain()
241
{
242
ASSERT(valid);
243
src->gain(gain*volume);
244
}
245
246
void oggstream::setgain(float g)
247
{
Callers
nothing calls this directly
Calls
1
gain
Method · 0.80
Tested by
no test coverage detected