- Timestamp:
- Oct 30, 2007, 3:01:07 AM (17 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:
- 6d4ec49
- Parents:
- de2a8af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio.h
rde2a8af r71d9f52 1 1 /* 2 2 Copyright (C) 2003 Paul Brossier <piem@altern.org> 3 3 4 5 6 7 4 This program is free software; you can redistribute it and/or modify 5 it under the terms of the GNU General Public License as published by 6 the Free Software Foundation; either version 2 of the License, or 7 (at your option) any later version. 8 8 9 10 11 12 9 This program is distributed in the hope that it will be useful, 10 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 GNU General Public License for more details. 13 13 14 15 16 17 14 You should have received a copy of the GNU General Public License 15 along with this program; if not, write to the Free Software 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 18 18 */ 19 19 … … 22 22 * \section whatis Introduction 23 23 * 24 * 25 * 24 * Aubio is a library for audio labelling: it provides functions for pitch 25 * estimation, onset detection, beat tracking, and other annotation tasks. 26 26 * 27 27 * \verbinclude README … … 29 29 * \section bugs bugs and todo 30 30 * 31 * 32 * 31 * This software is under development. It needs debugging and 32 * optimisations. 33 33 * 34 34 * See <a href='bug.html'>bugs</a> and <a href='todo.html'>todo</a> lists.
Note: See TracChangeset
for help on using the changeset viewer.