projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862d78f
)
aubio.i: add specflux
author
Paul Brossier
<piem@piem.org>
Wed, 21 Nov 2007 11:03:22 +0000
(12:03 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 21 Nov 2007 11:03:22 +0000
(12:03 +0100)
swig/aubio.i
patch
|
blob
|
history
diff --git
a/swig/aubio.i
b/swig/aubio.i
index 8bc806f28f5435391bc4276462ae85dab1efc254..90af8663596c9236350ad98b5a5a37efef68a12c 100644
(file)
--- a/
swig/aubio.i
+++ b/
swig/aubio.i
@@
-173,7
+173,8
@@
typedef enum {
aubio_onset_complex,
aubio_onset_phase,
aubio_onset_kl,
- aubio_onset_mkl
+ aubio_onset_mkl,
+ aubio_onset_specflux,
} aubio_onsetdetection_type;
aubio_onsetdetection_t * new_aubio_onsetdetection(aubio_onsetdetection_type type, uint_t size, uint_t channels);
void aubio_onsetdetection(aubio_onsetdetection_t *o, cvec_t * fftgrain, fvec_t * onset);