Build qm-dsp & kissfft as static lib w/hidden symbols
[ardour.git] / libs / qm-dsp / README.txt
1 This is a stripped down version of the Queen Mary DSP library
2 Version 1.7.1 from Sept 2015.
3
4 https://code.soundsoftware.ac.uk/attachments/download/1582/qm-dsp-1.7.1.tar.gz
5
6 ---
7
8
9 QM-DSP library
10 ==============
11
12 This is a C++ library of functions for DSP and Music Informatics
13 purposes developed at Queen Mary, University of London.
14 It is used by the QM Vamp Plugins (q.v.) amongst other things.
15
16 This code is Copyright (c) 2006-2015 Queen Mary, University of London,
17 with the following exceptions:
18
19 ext/kissfft -- Copyright (c) 2003-2010 Mark Borgerding
20
21 maths/pca.c -- Fionn Murtagh, from StatLib; with permission
22
23 maths/Polyfit.h -- Allen Miller, David J Taylor and others; also for
24 Delphi in the the JEDI Math Library, under the Mozilla Public License
25
26 See individual files for further authorship details.
27
28
29 License
30 =======
31
32 This program is free software; you can redistribute it and/or
33 modify it under the terms of the GNU General Public License as
34 published by the Free Software Foundation; either version 2 of the
35 License, or (at your option) any later version.  See the file
36 COPYING included with this distribution for more information.