- Timestamp:
- Apr 18, 2007, 5:51:10 PM (18 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- ade9afe
- Parents:
- e83dd0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
re83dd0e 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.