projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ef9a9b
)
src/onset/onset.h: update documentation
author
Paul Brossier
<piem@piem.org>
Sun, 25 Oct 2009 20:05:37 +0000
(21:05 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 25 Oct 2009 20:05:37 +0000
(21:05 +0100)
src/onset/onset.h
patch
|
blob
|
history
diff --git
a/src/onset/onset.h
b/src/onset/onset.h
index 84fe128f3a08bff2e861b815843d73507663c2f5..5778135dd0e5b2b6fdde333bdbc48da1af5e8329 100644
(file)
--- 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,