Changeset cf894b1 for src


Ignore:
Timestamp:
Oct 3, 2016, 9:09:52 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
cfddab9
Parents:
8d38841
Message:

src/io/source.c: only show error message from last child source_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source.c

    r8d38841 rcf894b1  
    116116  }
    117117#endif /* HAVE_WAVREAD */
    118   AUBIO_ERROR("source: failed creating aubio source with %s"
    119      " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);
     118  //AUBIO_ERROR("source: failed creating aubio source with %s"
     119  //   " at samplerate %d with hop_size %d\n", uri, samplerate, hop_size);
    120120  AUBIO_FREE(s);
    121121  return NULL;
Note: See TracChangeset for help on using the changeset viewer.