Changeset bf1c6746 for tests/python/src
- Timestamp:
- Oct 18, 2009, 3:18:33 PM (15 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:
- 247ce7d
- Parents:
- e5f49af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/python/src/onset/peakpick.py
re5f49af rbf1c6746 8 8 9 9 def setUp(self): 10 self.o = new_aubio_peakpicker(0.1) 10 self.o = new_aubio_peakpicker(1) 11 aubio_peakpicker_set_threshold (0.1) 11 12 pass 12 13
Note: See TracChangeset
for help on using the changeset viewer.