shithub: aubio

Download patch

ref: 42f1cd012145cd9115ec0215c6e5e8a549d4327d
parent: c23e59160fc0ad02ec2cb76fa5938f452887f468
author: Paul Brossier <piem@piem.org>
date: Sat Mar 11 00:58:54 EST 2017

src/spectral/specdesc.h: update list of methods

--- a/src/spectral/specdesc.h
+++ b/src/spectral/specdesc.h
@@ -181,8 +181,11 @@
 
   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);