Ignore:
Timestamp:
Oct 2, 2009, 1:05:26 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:
d57c879
Parents:
47eabeb
Message:

src/mathutils.c: rename vec_mean to fvec_mean

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onsetdetection.c

    r47eabeb r8b28524  
    120120    /* its mean is the result */
    121121    onset->data[i][0] = aubio_hist_mean(o->histog); 
    122     //onset->data[i][0] = vec_mean(o->dev1);
     122    //onset->data[i][0] = fvec_mean(o->dev1);
    123123  }
    124124}
Note: See TracChangeset for help on using the changeset viewer.