shithub: aubio

Download patch

ref: 8a5c8ba32e80b0674742d0fa2bd9187ac1b6da37
parent: fbc55442e03b50bdf8d16a21f664a59137bf412b
author: Paul Brossier <piem@piem.org>
date: Sun Mar 3 09:11:52 EST 2013

src/spectral/: add examples

--- a/src/spectral/mfcc.h
+++ b/src/spectral/mfcc.h
@@ -23,7 +23,7 @@
 
   Mel-frequency cepstrum coefficients object
 
-  \example spectral/test-mfcc.h
+  \example spectral/test-mfcc.c
 
 */
 
--- a/src/spectral/tss.h
+++ b/src/spectral/tss.h
@@ -32,6 +32,8 @@
 
   Available at http://www.csis.ul.ie/dafx01/proceedings/papers/duxbury.pdf
 
+  \example spectral/test-tss.c
+
 */
 
 #ifndef TSS_H