Changeset 9facc27 for examples


Ignore:
Timestamp:
Oct 6, 2009, 5:06:54 PM (14 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:
daa4ca9
Parents:
19f1dc9
Message:

examples/aubionotes.c: update peakpicker prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    r19f1dc9 r9facc27  
    4444        onset->data[0][0] *= onset2->data[0][0];
    4545      }
    46       isonset = aubio_peakpick_pimrt(onset,parms);
     46      isonset = aubio_peakpicker_do(parms, onset);
    4747     
    4848      pitch = aubio_pitchdetection(pitchdet,ibuf);
Note: See TracChangeset for help on using the changeset viewer.