From: Paul Brossier Date: Sat, 11 Mar 2017 04:58:54 +0000 (+0100) Subject: src/spectral/specdesc.h: update list of methods X-Git-Tag: 0.4.5~20^2~22 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=42f1cd012145cd9115ec0215c6e5e8a549d4327d;p=aubio.git src/spectral/specdesc.h: update list of methods --- diff --git a/src/spectral/specdesc.h b/src/spectral/specdesc.h index 6cb5796e..0f688c14 100644 --- a/src/spectral/specdesc.h +++ b/src/spectral/specdesc.h @@ -181,8 +181,11 @@ void aubio_specdesc_do (aubio_specdesc_t * o, const cvec_t * fftgrain, The parameter \p method is a string that can be any of: - - `energy`, `hfc`, `complex`, `phase`, `specdiff`, `kl`, `mkl`, `specflux` - - `centroid`, `spread`, `skewness`, `kurtosis`, `slope`, `decrease`, `rolloff` + - onset novelty functions: `complex`, `energy`, `hfc`, `kl`, `mkl`, + `phase`, `specdiff`, `specflux`, `wphase`, + + - spectral descriptors: `centroid`, `decrease`, `kurtosis`, `rolloff`, + `skewness`, `slope`, `spread`. */ aubio_specdesc_t *new_aubio_specdesc (const char_t * method, uint_t buf_size);