shithub: aubio

Download patch

ref: e230bb4e3a6afef5685a28e659991051bd89db8e
parent: ed1deac8ca3b75cdccddf62388f1f4164ecc1578
author: Paul Brossier <piem@piem.org>
date: Sun Mar 3 06:01:29 EST 2013

src/tempo: fix example path

--- a/src/tempo/beattracking.h
+++ b/src/tempo/beattracking.h
@@ -33,7 +33,7 @@
   towards automatic musical accompaniment. In Proceedings of the Audio
   Engeeniring Society 118th Convention, Barcelona, Spain, May 2005.
 
-  \example tempo/test-beattracking.h
+  \example tempo/test-beattracking.c
   
 */
 #ifndef BEATTRACKING_H
--- a/src/tempo/tempo.h
+++ b/src/tempo/tempo.h
@@ -25,7 +25,7 @@
   This object stores all the memory required for tempo detection algorithm
   and returns the estimated beat locations.
 
-  \example tempo/test-tempo.h
+  \example tempo/test-tempo.c
 
 */