Changeset b8503f8 for src/io/sink.c
- Timestamp:
- Oct 5, 2016, 2:08:41 PM (8 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, sampler, yinfft+
- Children:
- 8d41c1d
- Parents:
- cfddab9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/sink.c
rcfddab9 rb8503f8 99 99 } 100 100 #endif /* HAVE_WAVWRITE */ 101 AUBIO_ERROR("sink: failed creating %swith samplerate %dHz\n",102 uri, samplerate);101 //AUBIO_ERROR("sink: failed creating '%s' with samplerate %dHz\n", 102 // uri, samplerate); 103 103 AUBIO_FREE(s); 104 104 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.