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

Method reset

core/src/core/overlap_add_convolution_effect.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void OverlapAddConvolutionEffect::reset()
49{
50 mDry.zero();
51 mOverlap.zero();
52
53 mNumTailSamplesRemaining = 0;
54}
55
56AudioEffectState OverlapAddConvolutionEffect::apply(const OverlapAddConvolutionEffectParams& params,
57 const AudioBuffer& in,

Callers

nothing calls this directly

Calls 1

zeroMethod · 0.45

Tested by

no test coverage detected