Small C++ library wrapping various audio sample rate conversion libraries
Adjust local include policy
Add libspeexdsp for CI
We are C++11

heads

tip
browse log

clone

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

#bqresample

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

Build status

Copyright 2007-2023 Particular Programs Ltd. May use Speex code, see speex/COPYING for copyright and licence information.