Changeset e2b1bda for python/aubio/task
- Timestamp:
- Mar 16, 2006, 4:56:02 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:
- 4afa096d
- Parents:
- 83376e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/task/params.py
r83376e9 re2b1bda 11 11 self.bufsize = 512 12 12 self.hopsize = 256 13 self.pbufsize = 2048 14 self.phopsize = 512 13 15 self.samplerate = 44100 14 16 self.tol = 0.05 … … 18 20 self.onsetmode = 'dual' 19 21 self.pitchmode = 'yin' 20 self.pitchsmooth = 7 22 self.yinthresh = 0.2 23 self.pitchsmooth = 0 21 24 self.pitchmin=100. 22 25 self.pitchmax=1000.
Note: See TracChangeset
for help on using the changeset viewer.