Changes in python/aubio/aubioclass.py [08f6688:05468516]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
r08f6688 r05468516 127 127 self.pitchp = new_aubio_pitchdetection(bufsize,hopsize,channels, 128 128 samplerate,mode,omode) 129 129 aubio_pitchdetection_set_yinthresh(self.pitchp,yinthresh) 130 130 #self.filt = filter(srate,"adsgn") 131 131 def __del__(self):
Note: See TracChangeset
for help on using the changeset viewer.