From 29808b1ea7f0eb04ea3a5da8b46b16948375a795 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 25 Oct 2009 21:05:37 +0100 Subject: [PATCH] src/onset/onset.h: update documentation --- src/onset/onset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/onset/onset.h b/src/onset/onset.h index 84fe128f..5778135d 100644 --- a/src/onset/onset.h +++ b/src/onset/onset.h @@ -45,10 +45,11 @@ typedef struct _aubio_onset_t aubio_onset_t; /** create onset detection object - \param type_onset onset detection type as specified in onsetdetection.h + \param onset_mode onset detection type as specified in onsetdetection.h \param buf_size buffer size for phase vocoder \param hop_size hop size for phase vocoder \param channels number of channels + \param samplerate sampling rate of the input signal */ aubio_onset_t * new_aubio_onset (char_t * onset_mode, -- 2.26.2