Changes in examples/utils.h [9562f08:9c59a30]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.h
r9562f08 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.