Changeset 7b711b3
- Timestamp:
- Mar 26, 2017, 5:48:58 PM (8 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, sampler
- Children:
- bd973b0
- Parents:
- 340f5c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubioonset.c
r340f5c7 r7b711b3 77 77 verbmsg ("hop_size: %d, ", hop_size); 78 78 verbmsg ("silence: %f, ", aubio_onset_get_silence(o)); 79 verbmsg ("threshold: %f\n", aubio_onset_get_threshold(o)); 79 verbmsg ("threshold: %f, ", aubio_onset_get_threshold(o)); 80 verbmsg ("awhitening: %f, ", aubio_onset_get_awhitening(o)); 81 verbmsg ("compression: %f\n", aubio_onset_get_compression(o)); 80 82 81 83 onset = new_fvec (1);
Note: See TracChangeset
for help on using the changeset viewer.