Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void TDStretch::clear()
228
{
229
outputBuffer.clear();
230
clearInput();
231
}
232
233
234
Callers
3
soundtouch_clear
Function · 0.45
clearInput
Method · 0.45
BPMDetect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected