MCPcopy Create free account
hub / github.com/audacity/audacity / clear

Method clear

lib-src/soundtouch/source/SoundTouch/TDStretch.cpp:227–231  ·  view source on GitHub ↗

Clears the sample buffers

Source from the content-addressed store, hash-verified

225
226// Clears the sample buffers
227void TDStretch::clear()
228{
229 outputBuffer.clear();
230 clearInput();
231}
232
233
234

Callers 3

soundtouch_clearFunction · 0.45
clearInputMethod · 0.45
BPMDetectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected