Ignore:
Timestamp:
Oct 15, 2009, 6:54:23 PM (15 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, pitchshift, sampler, timestretch, yinfft+
Children:
515c7b2
Parents:
cd77c15
Message:

src/pitch: use a string to set pitch method, add a new function to set pitch unit, keep pitch enums private, update pitch methods where they are used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    rcd77c15 rfe163ad  
    4040      aubio_pvoc_do (pv,ibuf, fftgrain);
    4141      aubio_onsetdetection_do (o,fftgrain, onset);
    42       if (usedoubled) {
    43         aubio_onsetdetection_do (o2,fftgrain, onset2);
    44         onset->data[0][0] *= onset2->data[0][0];
    45       }
    4642      isonset = aubio_peakpicker_do(parms, onset);
    4743      if (isonset) {
Note: See TracChangeset for help on using the changeset viewer.