Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/aubioclass.py

    r05468516 r08f6688  
    127127        self.pitchp = new_aubio_pitchdetection(bufsize,hopsize,channels,
    128128                samplerate,mode,omode)
    129         aubio_pitchdetection_set_yinthresh(self.pitchp,yinthresh)
     129        aubio_pitchdetection_set_yinthresh(self.pitchp,yinthresh)
    130130        #self.filt     = filter(srate,"adsgn")
    131131    def __del__(self):
Note: See TracChangeset for help on using the changeset viewer.