Changeset d84d19e for swig/aubio.i


Ignore:
Timestamp:
Sep 25, 2009, 4:20:27 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:
ff9d00c
Parents:
e4284c9
Message:

src/mathutils.{c,h}: change prototype from aubio_window to new_aubio_window, allocating an fvec, use new function everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    re4284c9 rd84d19e  
    128128} aubio_window_type;
    129129
    130 void aubio_window(smpl_t *w, uint_t size, aubio_window_type wintype);
     130fvec_t * new_aubio_window(uint_t size, aubio_window_type wintype);
    131131smpl_t aubio_unwrap2pi (smpl_t phase);
    132132smpl_t vec_mean(fvec_t *s);
Note: See TracChangeset for help on using the changeset viewer.