Changeset b49daf6 for examples/midialsa.c
- Timestamp:
- Dec 1, 2004, 1:18:46 AM (20 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:
- 9cba1eb
- Parents:
- 33bf500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/midialsa.c
r33bf500 rb49daf6 3 3 #include "aubio.h" 4 4 #include <unistd.h> 5 6 /* not supported yet */ 7 #ifdef LADCCA_SUPPORT 8 #include <ladcca/ladcca.h> 9 cca_client_t * aubio_cca_client; 10 #endif /* LADCCA_SUPPORT */ 5 11 6 12 int main(int argc, char **argv) {
Note: See TracChangeset
for help on using the changeset viewer.