MCPcopy 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
240void oggstream::updategain()
241{
242 ASSERT(valid);
243 src->gain(gain*volume);
244}
245
246void oggstream::setgain(float g)
247{

Callers

nothing calls this directly

Calls 1

gainMethod · 0.80

Tested by

no test coverage detected