Add required header
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)
Flush after write, in case we are reading elsewhere
A small library wrapping various audio file read/write implementations in C++.
Covers CoreAudio (on Mac), MediaFoundation (on Windows), libsndfile, Ogg/Vorbis, Opus, and MiniMP3. Also includes a small WAV file reader/writer so that there is always some implementation available. Suitable for Windows, Mac, and Linux.
C++ standard required: C++98 (does not use C++11)
Depends on: bqvec bqresample bqthingfactory
Copyright 2007-2022 Particular Programs Ltd. Under a permissive BSD/MIT-style licence: see the file COPYING for details.