Doc notes
Copyright dates
Move Linux CI from Travis to Sourcehut
A small C++ library wrapping various audio sample rate conversion libraries.
Covers libsamplerate, Intel IPP, libresample, and Speex resampler implementations. Note however that libsamplerate is now the recommended option on every platform, so for new applications there is probably no good reason not to use it directly. Suitable for Windows, Mac, and Linux.
Requires the bqvec library.
This code originated as part of the Rubber Band Library written by the same authors (see https://hg.sr.ht/~breakfastquay/rubberband/). It has been pulled out into a separate library and relicensed under a more permissive licence.
C++ standard required: C++98 (does not use C++11 or newer features)
To compile: read and follow the notes in Makefile, edit the Makefile, then make test. Or else use one of the pre-edited Makefiles in the build directory.
Depends on: bqvec
See also: bqfft bqaudioio bqthingfactory bqaudiostream
Copyright 2007-2021 Particular Programs Ltd. Uses Speex code, see speex/COPYING for copyright and licence information.