Changeset 5c4ec3c for swig


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
  • swig/aubio.i

    r2f64b0e r5c4ec3c  
    135135uint_t fvec_min_elem(fvec_t *s);
    136136uint_t fvec_max_elem(fvec_t *s);
    137 void vec_shift(fvec_t *s);
    138 smpl_t vec_sum(fvec_t *s);
    139 smpl_t vec_local_energy(fvec_t * f);
    140 smpl_t vec_local_hfc(fvec_t * f);
    141 smpl_t vec_alpha_norm(fvec_t * DF, smpl_t alpha);
    142 void vec_dc_removal(fvec_t * mag);
    143 void vec_alpha_normalise(fvec_t * mag, uint_t alpha);
    144 void vec_add(fvec_t * mag, smpl_t threshold);
    145 void vec_adapt_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre);
    146 smpl_t vec_moving_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre, uint_t pos);
    147 smpl_t vec_median(fvec_t * input);
    148 smpl_t vec_quadint(fvec_t * x,uint_t pos, uint_t span);
     137void fvec_shift(fvec_t *s);
     138smpl_t fvec_sum(fvec_t *s);
     139smpl_t fvec_local_energy(fvec_t * f);
     140smpl_t fvec_local_hfc(fvec_t * f);
     141smpl_t fvec_alpha_norm(fvec_t * DF, smpl_t alpha);
     142void fvec_dc_removal(fvec_t * mag);
     143void fvec_alpha_normalise(fvec_t * mag, uint_t alpha);
     144void fvec_add(fvec_t * mag, smpl_t threshold);
     145void fvec_adapt_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre);
     146smpl_t fvec_moving_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre, uint_t pos);
     147smpl_t fvec_median(fvec_t * input);
     148smpl_t fvec_quadint(fvec_t * x,uint_t pos, uint_t span);
    149149smpl_t aubio_quadfrac(smpl_t s0, smpl_t s1, smpl_t s2, smpl_t pf);
    150 uint_t vec_peakpick(fvec_t * input, uint_t pos);
     150uint_t fvec_peakpick(fvec_t * input, uint_t pos);
    151151smpl_t aubio_bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize);
    152152smpl_t aubio_miditobin(smpl_t midi, smpl_t samplerate, smpl_t fftsize);
Note: See TracChangeset for help on using the changeset viewer.