MCPcopy 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
249void 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
260int WavInFile::checkCharTags() const

Callers 1

detectBPMFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected