Adjust local include policy
279f572ac0c0 — Chris Cannam 4 months ago
Add required header
1af616388309 — Chris Cannam 7 months ago
Improve error handling in seek; clear eof bit after eof reached on read, so that subsequent seek doesn't fail (this is C++-standard-dependent, I learn)
62d0c8bbea66 — Chris Cannam 7 months ago
Flush after write, in case we are reading elsewhere
85868b0f215a — Chris Cannam 10 months ago
Avoid compiler warning
d8890ffd7b27 — Chris Cannam 11 months ago
Make extensionless filenames explicitly supported in wav format, for both reading and writing
a4da53b696db — Chris Cannam 11 months ago
Fix frame count in Opus reader
78549bea0a91 — Chris Cannam 11 months ago
Add seek support to certain readers
ce51c75888f3 — Chris Cannam 11 months ago
Docs and build fixes
054c59f62379 — Chris Cannam 1 year, 5 days ago
Fix occasional early EOF on WAV files read through CoreAudio
Avoid divide-by-zero if no channels found
Avoid triggering assertion failure in ope_encoder_drain when closing having written an empty output file
Further build fix
Build fixes for namespace
Remove "using namespace std" throughout. Because the various stream sources are included into a single file, an instance of this in an earlier file can interfere with system headers included in a later one (as happens with Windows and std::byte).
Don't print errors as well as returning them
530f3ad687a7 — Chris Cannam 2 years ago
Pick up frame count
57f34da3cec6 — Chris Cannam 2 years ago
Comment only
c92da115c57f — Chris Cannam 2 years ago
Further doc note
b5f357ec7985 — Chris Cannam 2 years ago
Doc note
Next