Changeset 7b485af for tests/src/test-phasevoc-jack.c
- Timestamp:
- Nov 6, 2009, 12:09:38 AM (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:
- 61139c6
- Parents:
- 2359cbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-phasevoc-jack.c
r2359cbd r7b485af 8 8 */ 9 9 10 #include <stdio.h> 10 11 #include <unistd.h> /* sleep() */ 11 12 #include <aubio.h> 12 13 #include "jackio.h" 13 14 14 uint_t testing = 1; /* change this to 1 to listen */15 uint_t testing = 0; /* change this to 1 to listen */ 15 16 16 17 uint_t win_s = 512;/* window size */ … … 48 49 } while(testing); 49 50 aubio_jack_close(jack_setup); 51 #else 52 fprintf(stderr, "WARNING: no jack support\n"); 50 53 #endif 51 54
Note: See TracChangeset
for help on using the changeset viewer.