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

Method clear

lib-src/soundtouch/source/SoundTouch/SoundTouch.cpp:480–484  ·  view source on GitHub ↗

Clears all the samples in the object's output and internal processing buffers.

Source from the content-addressed store, hash-verified

478// Clears all the samples in the object's output and internal processing
479// buffers.
480void SoundTouch::clear()
481{
482 pRateTransposer->clear();
483 pTDStretch->clear();
484}
485
486
487

Callers 1

flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected