From 05468516a12b949f73d55b478753c7ab6aa77730 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 18 Apr 2007 17:51:10 +0200 Subject: [PATCH] aubioclass.py: fix indentation --- python/aubio/aubioclass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/aubio/aubioclass.py b/python/aubio/aubioclass.py index 70113e50..4269e29a 100644 --- 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) -- 2.26.2