Small C++ library wrapping various audio file read/write implementations
73fd7555ad14 — Chris Cannam default tip a day ago
Update test - this behaviour changed during development
6f20695f7dd9 — Chris Cannam a day ago
Add explicit flush method
f724bfb3bfc7 — Chris Cannam 7 days ago
Don't sync on every single write! What if we're writing one sample at a time (real example: SV converting from CSV files)

heads

tip
browse log
rbap_1.8.5_win32
browse .tar.gz

clone

read-only
https://hg.sr.ht/~breakfastquay/bqaudiostream
read/write
ssh://hg@hg.sr.ht/~breakfastquay/bqaudiostream

#bqaudiostream

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)

Copyright 2007-2022 Particular Programs Ltd. Under a permissive BSD/MIT-style licence: see the file COPYING for details.