- Timestamp:
- Sep 20, 2014, 3:24:43 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:
- ad1ba08
- Parents:
- 892c369
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink_apple_audio.c
r892c369 r9657163 61 61 s->max_frames = MAX_SIZE; 62 62 s->async = true; 63 64 if (uri == NULL) { 65 AUBIO_ERROR("sink_apple_audio: Aborted opening null path\n"); 66 goto beach; 67 } 63 68 64 69 s->samplerate = 0;
Note: See TracChangeset
for help on using the changeset viewer.