Changeset cf894b1
- Timestamp:
- Oct 3, 2016, 9:09:52 PM (8 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, sampler, yinfft+
- Children:
- cfddab9
- Parents:
- 8d38841
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source.c
r8d38841 rcf894b1 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.