Mercurial > hg > vamp-aubio-plugins
comparison plugins/MelEnergy.h @ 110:b147d06397bc
plugins/{MelEnergy,Mfcc,SpecDesc}.{cpp,h}: change package name to vamp-aubio-plugins
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sat, 31 Jan 2015 16:43:22 +0100 |
parents | e6815bf4a826 |
children |
comparison
equal
deleted
inserted
replaced
109:623ccbfdcf8b | 110:b147d06397bc |
---|---|
3 /* | 3 /* |
4 Vamp feature extraction plugins using Paul Brossier's Aubio library. | 4 Vamp feature extraction plugins using Paul Brossier's Aubio library. |
5 | 5 |
6 Copyright (C) 2006-2015 Paul Brossier <piem@aubio.org> | 6 Copyright (C) 2006-2015 Paul Brossier <piem@aubio.org> |
7 | 7 |
8 This file is part of vamp-aubio. | 8 This file is part of vamp-aubio-plugins. |
9 | 9 |
10 vamp-aubio is free software: you can redistribute it and/or modify | 10 vamp-aubio is free software: you can redistribute it and/or modify |
11 it under the terms of the GNU General Public License as published by | 11 it under the terms of the GNU General Public License as published by |
12 the Free Software Foundation, either version 3 of the License, or | 12 the Free Software Foundation, either version 3 of the License, or |
13 (at your option) any later version. | 13 (at your option) any later version. |
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 GNU General Public License for more details. | 18 GNU General Public License for more details. |
19 | 19 |
20 You should have received a copy of the GNU General Public License | 20 You should have received a copy of the GNU General Public License |
21 along with aubio. If not, see <http://www.gnu.org/licenses/>. | 21 along with aubio. If not, see <http://www.gnu.org/licenses/>. |
22 | |
23 | 22 |
24 */ | 23 */ |
25 | 24 |
26 #ifndef _MELENERGY_PLUGIN_H_ | 25 #ifndef _MELENERGY_PLUGIN_H_ |
27 #define _MELENERGY_PLUGIN_H_ | 26 #define _MELENERGY_PLUGIN_H_ |