Changeset 2704647


Ignore:
Timestamp:
Nov 30, 2007, 10:00:10 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:
e7fb07e
Parents:
6c7d49b (diff), 16e0f16 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge from main branch

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r6c7d49b r2704647  
    8282AC_LIBTOOL_DLOPEN
    8383dnl AC_DISABLE_STATIC
     84dnl allow cross compiling
     85AC_LIBTOOL_WIN32_DLL
    8486AC_PROG_LIBTOOL
    8587
  • examples/utils.c

    r6c7d49b r2704647  
    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 */
     
    410409
    411410void flush_process(aubio_process_func_t process_func, aubio_print_func_t print){
    412   uint i,j;
     411  uint_t i,j;
    413412  for (i = 0; i < channels; i++) {
    414413    for (j = 0; j < obuf->length; j++) {
  • examples/utils.h

    r6c7d49b r2704647  
    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.