A small C++ library wrapping various audio sample rate conversion libraries. Contains a built-in implementation and wrappers for libsamplerate, Intel IPP, and Speex resampler implementations. 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++11
-
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-2023 Particular Programs Ltd. May use Speex code, see speex/COPYING for copyright and licence information.