Changeset 5c4ec3c for src/onset


Ignore:
Timestamp:
Oct 2, 2009, 1:19:10 AM (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:
38e9732
Parents:
2f64b0e
Message:

src/mathutils.{c,h}: rename all vec_ to fvec_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/peakpick.c

    r2f64b0e r5c4ec3c  
    161161        t->win_pre   = 1;
    162162
    163         t->thresholdfn = (aubio_thresholdfn_t)(vec_median); /* (fvec_mean); */
    164         t->pickerfn = (aubio_pickerfn_t)(vec_peakpick);
     163        t->thresholdfn = (aubio_thresholdfn_t)(fvec_median); /* (fvec_mean); */
     164        t->pickerfn = (aubio_pickerfn_t)(fvec_peakpick);
    165165
    166166        t->scratch = new_fvec(t->win_post+t->win_pre+1,1);
Note: See TracChangeset for help on using the changeset viewer.