Changeset 5a1ff62
- Timestamp:
- May 28, 2005, 8:42:21 AM (20 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:
- a9d9c5c
- Parents:
- 946cad3
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r946cad3 r5a1ff62 270 270 void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print ){ 271 271 if(usejack) { 272 #if defJACK_SUPPORT272 #if JACK_SUPPORT 273 273 aubio_jack_t * jack_setup; 274 274 debug("Jack init ...\n"); -
examples/utils.h
r946cad3 r5a1ff62 44 44 void examples_common_del(void); 45 45 typedef void (aubio_print_func_t)(void); 46 #ifndef JACK_SUPPORT 47 typedef int (*aubio_process_func_t) 48 (smpl_t **input, smpl_t **output, int nframes); 49 #endif 46 50 void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print); 47 51
Note: See TracChangeset
for help on using the changeset viewer.