Changeset ef1c3b7 for python/aubio/aubioclass.py
- Timestamp:
- Sep 11, 2007, 12:14:01 AM (17 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:
- f72ceeb
- Parents:
- 7212394 (diff), 7a46bf6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
r7212394 ref1c3b7 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.