From 42f1cd012145cd9115ec0215c6e5e8a549d4327d Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 11 Mar 2017 05:58:54 +0100 Subject: [PATCH] src/spectral/specdesc.h: update list of methods --- src/spectral/specdesc.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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); -- 2.11.0