Ignore:
Timestamp:
Sep 21, 2016, 3:47:48 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
Children:
e2645cb
Parents:
6e8aa74 (diff), fa5d8ad (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into pitchshift

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.c

    r6e8aa74 r8ba8bbe  
    9999  if (s->handle == NULL) {
    100100    /* show libsndfile err msg */
    101     AUBIO_ERR("source_sndfile: Failed opening %s: %s\n", s->path, sf_strerror (NULL));
     101    AUBIO_ERR("source_sndfile: Failed opening %s (%s)\n", s->path,
     102        sf_strerror (NULL));
    102103    goto beach;
    103104  }
Note: See TracChangeset for help on using the changeset viewer.