Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
458
int 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
process
Function · 0.80
detectBPM
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected