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

Method Allpass

core/src/core/delay.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159// --------------------------------------------------------------------------------------------------------------------
160
161Allpass::Allpass()
162 : mB0(0.0f)
163 , mAm(0.0f)
164{
165 reset();
166}
167
168Allpass::Allpass(int delay,
169 float gain,

Callers

nothing calls this directly

Calls 1

resetFunction · 0.50

Tested by

no test coverage detected