projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d27b7
)
changed dual to hfc*mkl
author
Paul Brossier
<piem@altern.org>
Mon, 20 Feb 2006 11:30:52 +0000
(11:30 +0000)
committer
Paul Brossier
<piem@altern.org>
Mon, 20 Feb 2006 11:30:52 +0000
(11:30 +0000)
changed dual to hfc*mkl
python/aubio/aubioclass.py
patch
|
blob
|
history
diff --git
a/python/aubio/aubioclass.py
b/python/aubio/aubioclass.py
index 7a6d7447c3dd9811edda81a1dcf1f5f5dfb83012..4d5ff5f6306effae5137d776954452a116b420db 100644
(file)
--- a/
python/aubio/aubioclass.py
+++ b/
python/aubio/aubioclass.py
@@
-82,7
+82,7
@@
class onsetpick:
self.pv = pvoc(bufsize,hopsize,channels)
if mode in ['dual'] :
self.myod = onsetdetection(aubio_onset_hfc,bufsize,channels)
- self.myod2 = onsetdetection(aubio_onset_
complex
,bufsize,channels)
+ self.myod2 = onsetdetection(aubio_onset_
mkl
,bufsize,channels)
self.myonset = fvec(1,channels)
self.myonset2 = fvec(1,channels)
else: