Changeset 912f343
- Timestamp:
- Dec 7, 2013, 5:28:01 PM (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:
- 8750bbd
- Parents:
- 134cd3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r134cd3a r912f343 82 82 this_source = new_aubio_source ((char_t*)source_uri, samplerate, hop_size); 83 83 if (this_source == NULL) { 84 outmsg ("Could not open input file %s .\n", source_uri);84 outmsg ("Could not open input file %s\n", source_uri); 85 85 exit (1); 86 86 } … … 91 91 this_sink = new_aubio_sink ((char_t*)sink_uri, samplerate); 92 92 if (this_sink == NULL) { 93 outmsg ("Could not open output file %s .\n", sink_uri);93 outmsg ("Could not open output file %s\n", sink_uri); 94 94 exit (1); 95 95 }
Note: See TracChangeset
for help on using the changeset viewer.