Changeset 2cedc83 for python/demos
- Timestamp:
- Mar 8, 2013, 8:38:45 PM (12 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:
- 5d5d6b9
- Parents:
- 973206a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/demos/demo_onset.py
r973206a r2cedc83 2 2 3 3 import sys 4 from aubio import onset, source 5 from numpy import array, hstack, zeros 4 from aubio import source, onset 6 5 7 6 win_s = 512 # fft size
Note: See TracChangeset
for help on using the changeset viewer.