Changeset 6d509c3
- Timestamp:
- Jan 4, 2014, 2:44:37 AM (11 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:
- 4b7747d
- Parents:
- ac4a6b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_wavread.c
rac4a6b8 r6d509c3 88 88 s->hop_size = hop_size; 89 89 90 s->fid = fopen((const char *)path, "r ");90 s->fid = fopen((const char *)path, "rb"); 91 91 if (!s->fid) { 92 92 AUBIO_ERR("source_wavread: could not open %s (%s)\n", s->path, strerror(errno));
Note: See TracChangeset
for help on using the changeset viewer.