From: Paul Brossier Date: Sun, 25 Oct 2009 20:05:37 +0000 (+0100) Subject: src/onset/onset.h: update documentation X-Git-Tag: 0.4.0-beta1~597 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=29808b1ea7f0eb04ea3a5da8b46b16948375a795;p=aubio.git src/onset/onset.h: update documentation --- 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,