src/spectral/: add examples
authorPaul Brossier <piem@piem.org>
Sun, 3 Mar 2013 19:11:52 +0000 (14:11 -0500)
committerPaul Brossier <piem@piem.org>
Sun, 3 Mar 2013 19:11:52 +0000 (14:11 -0500)
src/spectral/mfcc.h
src/spectral/tss.h

index 004c011..b6befa1 100644 (file)
@@ -23,7 +23,7 @@
 
   Mel-frequency cepstrum coefficients object
 
-  \example spectral/test-mfcc.h
+  \example spectral/test-mfcc.c
 
 */
 
index 56f5f86..e6c0fc9 100644 (file)
@@ -32,6 +32,8 @@
 
   Available at http://www.csis.ul.ie/dafx01/proceedings/papers/duxbury.pdf
 
+  \example spectral/test-tss.c
+
 */
 
 #ifndef TSS_H