- Timestamp:
- Sep 14, 2018, 6:07:38 PM (6 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
- Children:
- d62fb90
- Parents:
- fb4ab89
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.h
rfb4ab89 r9c59a30 67 67 68 68 /** common process function */ 69 typedef int(*aubio_process_func_t) (fvec_t * input, fvec_t * output);69 typedef void (*aubio_process_func_t) (fvec_t * input, fvec_t * output); 70 70 71 71 void process_block (fvec_t *ibuf, fvec_t *obuf);
Note: See TracChangeset
for help on using the changeset viewer.