- Timestamp:
- Sep 2, 2015, 11:18:16 AM (9 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:
- 4598946
- Parents:
- 2a32644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio.h
r2a32644 rf549b98d 1 1 /* 2 Copyright (C) 2003-201 3Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2015 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 19 19 */ 20 20 21 /** \mainpage 22 21 /** \mainpage 22 23 23 \section introduction Introduction 24 24 25 25 aubio is a library to extract annotations from audio signals: it provides a 26 26 set of functions that take an input audio signal, and output pitch estimates, 27 27 attack times (onset), beat location estimates, and other annotation tasks. 28 29 \section basics Basics 30 28 29 \section basics Basics 30 31 31 All object structures in aubio share the same function prefixes and suffixes: 32 32 33 33 - \p new_aubio_foo creates the object \p foo 34 34 - \p aubio_foo_do executes the object \p foo … … 38 38 functions. Optionally, more than one \p _do methods are available. 39 39 Additional parameters can be adjusted and observed using: 40 40 41 41 - \p aubio_foo_get_param, getter function, gets the value of a parameter 42 42 - \p aubio_foo_set_param, setter function, changes the value of a parameter
Note: See TracChangeset
for help on using the changeset viewer.