Changes in src/spectral/specdesc.h [d95ff38:c0608bd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/specdesc.h
rd95ff38 rc0608bd 27 27 buffer (stored in a vector of size [1]). 28 28 29 \section specdesc Spectral description functions 30 29 31 A list of the spectral description methods currently available follows. 30 32 31 \s ection onsetdesc Onset detection functions33 \subsection onsetdesc Onset detection functions 32 34 33 35 These functions are designed to raise at notes attacks in music signals. … … 82 84 Canada, 2006. 83 85 84 \s ection shapedesc Spectral shape descriptors86 \subsection shapedesc Spectral shape descriptors 85 87 86 88 The following descriptors are described in: … … 139 141 is found. 140 142 143 \example spectral/test-specdesc.c 144 141 145 */ 142 146 … … 169 173 \param buf_size length of the input spectrum frame 170 174 175 The parameter \p method is a string that can be any of: 176 177 - `energy`, `hfc`, `complex`, `phase`, `specdiff`, `kl`, `mkl`, `specflux` 178 - `centroid`, `spread`, `skewness`, `kurtosis`, `slope`, `decrease`, `rolloff` 179 171 180 */ 172 181 aubio_specdesc_t *new_aubio_specdesc (char_t * method, uint_t buf_size);
Note: See TracChangeset
for help on using the changeset viewer.