Changeset 1c2e186 for src/spectral
- Timestamp:
- Sep 26, 2009, 12:32:31 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 9ea88c6
- Parents:
- a6db140
- Location:
- src/spectral
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/filterbank.c
ra6db140 r1c2e186 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 5 This file is part of Aubio.5 This file is part of aubio. 6 6 7 Aubio is free software: you can redistribute it and/or modify7 aubio is free software: you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation, either version 3 of the License, or 10 10 (at your option) any later version. 11 11 12 Aubio is distributed in the hope that it will be useful,12 aubio is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with Aubio. If not, see <http://www.gnu.org/licenses/>.18 along with aubio. If not, see <http://www.gnu.org/licenses/>. 19 19 20 20 */ -
src/spectral/filterbank.h
ra6db140 r1c2e186 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 5 This file is part of Aubio.5 This file is part of aubio. 6 6 7 Aubio is free software: you can redistribute it and/or modify7 aubio is free software: you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation, either version 3 of the License, or 10 10 (at your option) any later version. 11 11 12 Aubio is distributed in the hope that it will be useful,12 aubio is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with Aubio. If not, see <http://www.gnu.org/licenses/>.18 along with aubio. If not, see <http://www.gnu.org/licenses/>. 19 19 20 20 */ -
src/spectral/filterbank_mel.c
ra6db140 r1c2e186 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 5 This file is part of Aubio.5 This file is part of aubio. 6 6 7 Aubio is free software: you can redistribute it and/or modify7 aubio is free software: you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation, either version 3 of the License, or 10 10 (at your option) any later version. 11 11 12 Aubio is distributed in the hope that it will be useful,12 aubio is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with Aubio. If not, see <http://www.gnu.org/licenses/>.18 along with aubio. If not, see <http://www.gnu.org/licenses/>. 19 19 20 20 */ -
src/spectral/filterbank_mel.h
ra6db140 r1c2e186 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 5 This file is part of Aubio.5 This file is part of aubio. 6 6 7 Aubio is free software: you can redistribute it and/or modify7 aubio is free software: you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation, either version 3 of the License, or 10 10 (at your option) any later version. 11 11 12 Aubio is distributed in the hope that it will be useful,12 aubio is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with Aubio. If not, see <http://www.gnu.org/licenses/>.18 along with aubio. If not, see <http://www.gnu.org/licenses/>. 19 19 20 20 */ -
src/spectral/mfcc.c
ra6db140 r1c2e186 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 5 This file is part of Aubio.5 This file is part of aubio. 6 6 7 Aubio is free software: you can redistribute it and/or modify7 aubio is free software: you can redistribute it and/or modify 8 8 it under the terms of the GNU General Public License as published by 9 9 the Free Software Foundation, either version 3 of the License, or 10 10 (at your option) any later version. 11 11 12 Aubio is distributed in the hope that it will be useful,12 aubio is distributed in the hope that it will be useful, 13 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 17 17 You should have received a copy of the GNU General Public License 18 along with Aubio. If not, see <http://www.gnu.org/licenses/>.18 along with aubio. If not, see <http://www.gnu.org/licenses/>. 19 19 20 20 */ -
src/spectral/mfcc.h
ra6db140 r1c2e186 1 1 /* 2 3 2 Copyright (C) 2007-2009 Paul Brossier <piem@aubio.org> 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 5 This file is part of Aubio.5 This file is part of aubio. 6 6 7 Aubio is free software: you can redistribute it and/or modify8 9 10 7 aubio is free software: you can redistribute it and/or modify 8 it under the terms of the GNU General Public License as published by 9 the Free Software Foundation, either version 3 of the License, or 10 (at your option) any later version. 11 11 12 Aubio is distributed in the hope that it will be useful,13 14 15 12 aubio is distributed in the hope that it will be useful, 13 but WITHOUT ANY WARRANTY; without even the implied warranty of 14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 GNU General Public License for more details. 16 16 17 18 along with Aubio. If not, see <http://www.gnu.org/licenses/>.17 You should have received a copy of the GNU General Public License 18 along with aubio. If not, see <http://www.gnu.org/licenses/>. 19 19 20 20 */
Note: See TracChangeset
for help on using the changeset viewer.