shithub: aubio

Download patch

ref: fdd5315935c781d135d32fc737bea0e727691e1d
parent: 8750bbd4ed5a46cd69c1ed5e1112da2c6b4048ca
author: Paul Brossier <piem@piem.org>
date: Sat Dec 7 06:44:08 EST 2013

src/tempo/tempo.h: comment method param

--- a/src/tempo/tempo.h
+++ b/src/tempo/tempo.h
@@ -41,6 +41,7 @@
 
 /** create tempo detection object
 
+  \param method beat tracking method, unused for now (use "default")
   \param buf_size length of FFT
   \param hop_size number of frames between two consecutive runs
   \param samplerate sampling rate of the signal to analyze
--