Changeset 422edfb for src/onset/onset.c


Ignore:
Timestamp:
Oct 6, 2009, 5:02:54 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:
eb089fb
Parents:
020d80e
Message:

src/onset/peakpick.h: clean up peakpicker object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r020d80e r422edfb  
    5151    onset->data[0][0] *= onset2->data[0][0];
    5252  }*/
    53   isonset = aubio_peakpick_pimrt(o->of,o->pp);
     53  isonset = aubio_peakpicker_do(o->pp, o->of);
    5454  if (isonset > 0.) {
    5555    if (aubio_silence_detection(input, o->silence)==1) {
Note: See TracChangeset for help on using the changeset viewer.