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

Method eof

lib-src/soundtouch/source/SoundStretch/WavFile.cpp:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456
457
458int WavInFile::eof() const
459{
460 // return true if all data has been read or file eof has reached
461 return (dataRead == header.data.data_len || feof(fptr));
462}
463
464
465

Callers 2

processFunction · 0.80
detectBPMFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected