shithub: aubio

Download patch

ref: 05468516a12b949f73d55b478753c7ab6aa77730
parent: e83dd0e68ff7dcf8f9eb7779dc3d9de4c7484284
author: Paul Brossier <piem@piem.org>
date: Wed Apr 18 13:51:10 EDT 2007

aubioclass.py: fix indentation

--- a/python/aubio/aubioclass.py
+++ b/python/aubio/aubioclass.py
@@ -126,7 +126,7 @@
         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)