aubioclass.py: fix indentation
authorPaul Brossier <piem@piem.org>
Wed, 18 Apr 2007 15:51:10 +0000 (17:51 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 18 Apr 2007 15:51:10 +0000 (17:51 +0200)
python/aubio/aubioclass.py

index 70113e503cf7601477be627c93ec69e025ea61d2..4269e29a011e5ccfa8aede3753b50b58353b6607 100644 (file)
@@ -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)