Changeset c0b295c for swig/aubio.i


Ignore:
Timestamp:
Oct 2, 2009, 2:05:23 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:
acf7d30
Parents:
38e9732
Message:

src/mathutils.c: rename fvec_dc_removal to fvec_min_removal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r38e9732 rc0b295c  
    140140smpl_t fvec_local_hfc(fvec_t * f);
    141141smpl_t fvec_alpha_norm(fvec_t * DF, smpl_t alpha);
    142 void fvec_dc_removal(fvec_t * mag);
     142void fvec_min_removal(fvec_t * mag);
    143143void fvec_alpha_normalise(fvec_t * mag, uint_t alpha);
    144144void fvec_add(fvec_t * mag, smpl_t threshold);
Note: See TracChangeset for help on using the changeset viewer.