Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.23 KB

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.