Ignore:
Timestamp:
Sep 23, 2009, 7:40:14 PM (15 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:
000b090
Parents:
2062e48
Message:

replace FOO_SUPPORT with HAVE_FOO, use float for jack_process function prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-phasevoc-jack.c

    r2062e48 rb511fa9  
    2121aubio_pvoc_t * pv;
    2222
    23 #ifdef JACK_SUPPORT
     23#ifdef HAVE_JACK
    2424aubio_jack_t * jack_setup;
    2525#endif
     
    4343        printf("computed backard\n");
    4444
    45 #ifdef JACK_SUPPORT
     45#ifdef HAVE_JACK
    4646        jack_setup  = new_aubio_jack(channels, channels,
    4747                        (aubio_process_func_t)aubio_process);
Note: See TracChangeset for help on using the changeset viewer.