Ignore:
Timestamp:
Oct 15, 2013, 10:57:38 PM (11 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:
735a739
Parents:
69c39ca
Message:

src/mathutils.{c,h}: remove fvec_quadint, use fvec_quadratic_peak_pos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/peakpicker.c

    r69c39ca racd97d1  
    125125  out->data[0] = (p->pickerfn) (onset_peek, 1);
    126126  if (out->data[0]) {
    127     out->data[0] = fvec_quadint (onset_peek, 1);
     127    out->data[0] = fvec_quadratic_peak_pos (onset_peek, 1);
    128128  }
    129129}
Note: See TracChangeset for help on using the changeset viewer.