Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ rewind
Method
rewind
lib-src/soundtouch/source/SoundStretch/WavFile.cpp:249–257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
248
249
void WavInFile::rewind()
250
{
251
int hdrsOk;
252
253
fseek(fptr, 0, SEEK_SET);
254
hdrsOk = readWavHeaders();
255
assert(hdrsOk == 0);
256
dataRead = 0;
257
}
258
259
260
int WavInFile::checkCharTags() const
Callers
1
detectBPM
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected