- Timestamp:
- Aug 24, 2014, 1:51:51 PM (10 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:
- 5a2a6c6
- Parents:
- 1b6a62de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_wavread.c
r1b6a62de r69bc171 93 93 s->fid = fopen((const char *)path, "rb"); 94 94 if (!s->fid) { 95 AUBIO_ERR("source_wavread: could not open %s (%s)\n", s->path, strerror(errno));95 AUBIO_ERR("source_wavread: Failed opening %s (System error: %s)\n", s->path, strerror(errno)); 96 96 goto beach; 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.