Changeset 7b711b3


Ignore:
Timestamp:
Mar 26, 2017, 5:48:58 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

examples/aubioonset.c: also display awhitening and compression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    r340f5c7 r7b711b3  
    7777  verbmsg ("hop_size: %d, ", hop_size);
    7878  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));
    8082
    8183  onset = new_fvec (1);
Note: See TracChangeset for help on using the changeset viewer.