Mercurial > hg > js-dsp-test
view fft/native/bqfft/README.txt @ 29:cf59817a5983
Build stuff for native
author | Chris Cannam |
---|---|
date | Sat, 17 Oct 2015 15:00:08 +0100 |
parents | |
children |
line wrap: on
line source
bqfft ===== A small library wrapping various FFT implementations for some common audio processing use cases. Note this is not a general FFT interface, as it handles only power-of-two FFT sizes and real inputs. Requires the bqvec library. C++ standard required: C++98 (does not use C++11) Copyright 2007-2015 Particular Programs Ltd. This code originated as part of the Rubber Band Library written by the same authors (see https://bitbucket.org/breakfastquay/rubberband/). It has been pulled out into a separate library and relicensed under a more permissive licence: a BSD/MIT-style licence, as opposed to the GPL used for Rubber Band. See the file COPYING for details.