projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f6f2e6
)
swig/aubio.i: update prototype
author
Paul Brossier
<piem@piem.org>
Mon, 5 Oct 2009 17:41:48 +0000
(19:41 +0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 5 Oct 2009 17:41:48 +0000
(19:41 +0200)
swig/aubio.i
patch
|
blob
|
history
diff --git
a/swig/aubio.i
b/swig/aubio.i
index 2ceca64a30677a0b2a7c243bf33c65b8a36a4427..f9c60a5ff13e7dea32687d349dd7213bd22aaa9b 100644
(file)
--- a/
swig/aubio.i
+++ b/
swig/aubio.i
@@
-270,7
+270,7
@@
void del_aubio_pitchfcomb (aubio_pitchfcomb_t *p);
/* peakpicker */
aubio_pickpeak_t * new_aubio_peakpicker(smpl_t threshold);
-
uint
_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);
+
smpl
_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);
uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval );
smpl_t aubio_peakpick_pimrt_getval(aubio_pickpeak_t* p);
void del_aubio_peakpicker(aubio_pickpeak_t * p);