shithub: aubio

Download patch

ref: 29808b1ea7f0eb04ea3a5da8b46b16948375a795
parent: 4ef9a9bd111ca11dbcf7da6dfdad77538525d83e
author: Paul Brossier <piem@piem.org>
date: Sun Oct 25 17:05:37 EDT 2009

src/onset/onset.h: update documentation

--- a/src/onset/onset.h
+++ b/src/onset/onset.h
@@ -45,10 +45,11 @@
 
 /** 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,