projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83dd0e
)
aubioclass.py: fix indentation
author
Paul Brossier
<piem@piem.org>
Wed, 18 Apr 2007 15:51:10 +0000
(17:51 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 18 Apr 2007 15:51:10 +0000
(17:51 +0200)
python/aubio/aubioclass.py
patch
|
blob
|
history
diff --git
a/python/aubio/aubioclass.py
b/python/aubio/aubioclass.py
index 70113e503cf7601477be627c93ec69e025ea61d2..4269e29a011e5ccfa8aede3753b50b58353b6607 100644
(file)
--- a/
python/aubio/aubioclass.py
+++ b/
python/aubio/aubioclass.py
@@
-126,7
+126,7
@@
class pitchdetection:
channels=1,samplerate=44100.,omode=aubio_pitchm_freq,yinthresh=0.1):
self.pitchp = new_aubio_pitchdetection(bufsize,hopsize,channels,
samplerate,mode,omode)
- aubio_pitchdetection_set_yinthresh(self.pitchp,yinthresh)
+
aubio_pitchdetection_set_yinthresh(self.pitchp,yinthresh)
#self.filt = filter(srate,"adsgn")
def __del__(self):
del_aubio_pitchdetection(self.pitchp)