Changeset 74516f7
- Timestamp:
- Oct 17, 2009, 5:18:47 PM (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r407bba9 r74516f7 100 100 101 101 /* 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); 102 fvec_t * new_aubio_window(char * wintype, uint_t size); 115 103 smpl_t aubio_unwrap2pi (smpl_t phase); 116 104 smpl_t fvec_mean(fvec_t *s);
Note: See TracChangeset
for help on using the changeset viewer.