Changeset 4798fdf for python/aubio/task/params.py
- Timestamp:
- Apr 20, 2006, 2:46:42 PM (19 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:
- 9bec8fe
- Parents:
- 650e39b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/task/params.py
r650e39b r4798fdf 26 26 self.yinfftthresh = 0.85 27 27 self.pitchsmooth = 0 28 self.pitchmin= 10.28 self.pitchmin=20. 29 29 self.pitchmax=20000. 30 self.pitchdelay = -0.5 30 31 self.dcthreshold = -1. 31 32 self.omode = aubio_pitchm_freq
Note: See TracChangeset
for help on using the changeset viewer.