Changes in examples/utils.h [9c59a30:9562f08]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.h
r9c59a30 r9562f08 67 67 68 68 /** common process function */ 69 typedef void(*aubio_process_func_t) (fvec_t * input, fvec_t * output);69 typedef int (*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.