Chris@29: Chris@29: bqfft Chris@29: ===== Chris@29: Chris@29: A small library wrapping various FFT implementations for some common Chris@29: audio processing use cases. Note this is not a general FFT interface, Chris@29: as it handles only power-of-two FFT sizes and real inputs. Chris@29: Chris@29: Requires the bqvec library. Chris@29: Chris@29: C++ standard required: C++98 (does not use C++11) Chris@29: Chris@29: Copyright 2007-2015 Particular Programs Ltd. Chris@29: Chris@29: This code originated as part of the Rubber Band Library written by the Chris@29: same authors (see https://bitbucket.org/breakfastquay/rubberband/). Chris@29: It has been pulled out into a separate library and relicensed under a Chris@29: more permissive licence: a BSD/MIT-style licence, as opposed to the Chris@29: GPL used for Rubber Band. See the file COPYING for details. Chris@29: