- Timestamp:
- Sep 23, 2009, 7:40:14 PM (15 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:
- 000b090
- Parents:
- 2062e48
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-phasevoc-jack.c
r2062e48 rb511fa9 21 21 aubio_pvoc_t * pv; 22 22 23 #ifdef JACK_SUPPORT23 #ifdef HAVE_JACK 24 24 aubio_jack_t * jack_setup; 25 25 #endif … … 43 43 printf("computed backard\n"); 44 44 45 #ifdef JACK_SUPPORT45 #ifdef HAVE_JACK 46 46 jack_setup = new_aubio_jack(channels, channels, 47 47 (aubio_process_func_t)aubio_process);
Note: See TracChangeset
for help on using the changeset viewer.