Changeset 51a35a7
- Timestamp:
- Dec 21, 2018, 3:26:52 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- 19b839f
- Parents:
- a9f463c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_apple_audio.c
ra9f463c r51a35a7 345 345 "error in ExtAudioFileGetProperty (%s)\n", s->path, 346 346 getPrintableOSStatusError(errorstr, err)); 347 return err;347 return 0; 348 348 } 349 349 return (uint_t)fileLengthFrames;
Note: See TracChangeset
for help on using the changeset viewer.