Changeset 16e0f16


Ignore:
Timestamp:
Nov 30, 2007, 9:59:33 AM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
2704647, d05c54f
Parents:
ae7e547
Message:

examples/utils.{c,h}: move flush_process prototype to .h

Location:
examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    rae7e547 r16e0f16  
    2222void save_data (void);
    2323void restore_data(lash_config_t * lash_config);
    24 void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
    2524pthread_t lash_thread;
    2625#endif /* LASH_SUPPORT */
  • examples/utils.h

    rae7e547 r16e0f16  
    5757#endif
    5858void examples_common_process(aubio_process_func_t process_func, aubio_print_func_t print);
     59void flush_process(aubio_process_func_t process_func, aubio_print_func_t print);
    5960
    6061
Note: See TracChangeset for help on using the changeset viewer.