Changeset cb1fad8 for src/io/source.c
- Timestamp:
- Oct 5, 2016, 4:36:26 PM (8 years ago)
- Branches:
- sampler
- Children:
- 2f1ab3f
- Parents:
- 0a756ea
- git-author:
- Paul Brossier <piem@piem.org> (10/03/16 21:09:52)
- git-committer:
- Paul Brossier <piem@piem.org> (10/05/16 16:36:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source.c
r0a756ea rcb1fad8 116 116 } 117 117 #endif /* HAVE_WAVREAD */ 118 AUBIO_ERROR("source: failed creating aubio source with %s"119 " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);118 //AUBIO_ERROR("source: failed creating aubio source with %s" 119 // " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size); 120 120 AUBIO_FREE(s); 121 121 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.