- Timestamp:
- Feb 28, 2006, 8:30:11 AM (19 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:
- 431e9d8
- Parents:
- d3efa4e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
rd3efa4e r7c206df 49 49 extern cvec_t * new_cvec(uint_t length, uint_t channels); 50 50 extern void del_cvec(cvec_t *s); 51 extern void cvec_write_norm(cvec_t *s, smpl_t data, uint_t channel, uint_t position); 52 extern void cvec_write_phas(cvec_t *s, smpl_t data, uint_t channel, uint_t position); 53 extern smpl_t cvec_read_norm(cvec_t *s, uint_t channel, uint_t position); 54 extern smpl_t cvec_read_phas(cvec_t *s, uint_t channel, uint_t position); 55 extern void cvec_put_norm_channel(cvec_t *s, smpl_t * data, uint_t channel); 56 extern void cvec_put_phas_channel(cvec_t *s, smpl_t * data, uint_t channel); 57 extern smpl_t * cvec_get_norm_channel(cvec_t *s, uint_t channel); 58 extern smpl_t * cvec_get_phas_channel(cvec_t *s, uint_t channel); 59 extern smpl_t ** cvec_get_norm(cvec_t *s); 60 extern smpl_t ** cvec_get_phas(cvec_t *s); 51 61 52 62
Note: See TracChangeset
for help on using the changeset viewer.