From: Paul Brossier Date: Sat, 7 Dec 2013 16:44:08 +0000 (-0500) Subject: src/tempo/tempo.h: comment method param X-Git-Tag: 0.4.0-beta1~40 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=fdd5315935c781d135d32fc737bea0e727691e1d;p=aubio.git src/tempo/tempo.h: comment method param --- diff --git a/src/tempo/tempo.h b/src/tempo/tempo.h index dbe45434..f33e50e8 100644 --- a/src/tempo/tempo.h +++ b/src/tempo/tempo.h @@ -41,6 +41,7 @@ typedef struct _aubio_tempo_t aubio_tempo_t; /** 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