Changeset 2d7b65a
- Timestamp:
- Aug 9, 2005, 3:47:24 AM (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:
- 220dcfc
- Parents:
- dba3b1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
rdba3b1a r2d7b65a 30 30 31 31 /* energy,specdiff,hfc,complexdomain,phase */ 32 aubio_onsetdetection_type type_onset = hfc;32 aubio_onsetdetection_type type_onset = kl; 33 33 aubio_onsetdetection_type type_onset2 = complexdomain; 34 34 smpl_t threshold = 0.3; 35 35 smpl_t threshold2 = -90.; 36 uint_t buffer_size = 1024;37 uint_t overlap_size = 512;36 uint_t buffer_size = 512; //1024; 37 uint_t overlap_size = 256; //512; 38 38 uint_t channels = 1; 39 39 uint_t samplerate = 44100;
Note: See TracChangeset
for help on using the changeset viewer.