Changeset 74516f7


Ignore:
Timestamp:
Oct 17, 2009, 5:18:47 PM (14 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:
56ef7e1
Parents:
407bba9
Message:

swig/aubio.i: remove windo enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r407bba9 r74516f7  
    100100
    101101/* mathutils */
    102 typedef enum {
    103         aubio_win_rectangle,
    104         aubio_win_hamming,
    105         aubio_win_hanning,
    106         aubio_win_hanningz,
    107         aubio_win_blackman,
    108         aubio_win_blackman_harris,
    109         aubio_win_gaussian,
    110         aubio_win_welch,
    111         aubio_win_parzen
    112 } aubio_window_type;
    113 
    114 fvec_t * new_aubio_window(uint_t size, aubio_window_type wintype);
     102fvec_t * new_aubio_window(char * wintype, uint_t size);
    115103smpl_t aubio_unwrap2pi (smpl_t phase);
    116104smpl_t fvec_mean(fvec_t *s);
Note: See TracChangeset for help on using the changeset viewer.