- Timestamp:
- Sep 25, 2009, 4:20:27 AM (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:
- ff9d00c
- Parents:
- e4284c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
re4284c9 rd84d19e 128 128 } aubio_window_type; 129 129 130 void aubio_window(smpl_t *w,uint_t size, aubio_window_type wintype);130 fvec_t * new_aubio_window(uint_t size, aubio_window_type wintype); 131 131 smpl_t aubio_unwrap2pi (smpl_t phase); 132 132 smpl_t vec_mean(fvec_t *s);
Note: See TracChangeset
for help on using the changeset viewer.