- Timestamp:
- Dec 16, 2018, 7:39:28 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:
- 77b2e30
- Parents:
- 4ca4a4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/source_apple_audio.c
r4ca4a4a re957246 60 60 aubio_source_apple_audio_t * s = AUBIO_NEW(aubio_source_apple_audio_t); 61 61 62 if (path == NULL ) {62 if (path == NULL || strnlen(path, PATH_MAX) < 1) { 63 63 AUBIO_ERROR("source_apple_audio: Aborted opening null path\n"); 64 64 goto beach;
Note: See TracChangeset
for help on using the changeset viewer.