- Timestamp:
- Jul 23, 2006, 12:26:04 PM (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:
- 227564e
- Parents:
- 6ba2f1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sample.h
r6ba2f1c ra89438a 58 58 59 59 */ 60 externfvec_t * new_fvec(uint_t length, uint_t channels);60 fvec_t * new_fvec(uint_t length, uint_t channels); 61 61 /** fvec_t buffer deletion function 62 62 … … 64 64 65 65 */ 66 externvoid del_fvec(fvec_t *s);66 void del_fvec(fvec_t *s); 67 67 /** read sample value in a buffer 68 68 … … 136 136 137 137 */ 138 externcvec_t * new_cvec(uint_t length, uint_t channels);138 cvec_t * new_cvec(uint_t length, uint_t channels); 139 139 /** cvec_t buffer deletion function 140 140 … … 142 142 143 143 */ 144 externvoid del_cvec(cvec_t *s);144 void del_cvec(cvec_t *s); 145 145 /** write norm value in a complex buffer 146 146
Note: See TracChangeset
for help on using the changeset viewer.