Changeset 0f6f2e6 for src/onset/onset.c


Ignore:
Timestamp:
Oct 5, 2009, 7:40:45 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:
998a8be
Parents:
eebb0e1
Message:

src/onset/peakpick.c: use quadint in peakpick to get interpolated peak position, real in the range [0,2] in number of hop size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    reebb0e1 r0f6f2e6  
    5252  }*/
    5353  isonset = aubio_peakpick_pimrt(o->of,o->pp);
    54   if (isonset) {
     54  if (isonset > 0.) {
    5555    if (aubio_silence_detection(input, o->silence)==1) {
    5656      isonset  = 0;
Note: See TracChangeset for help on using the changeset viewer.