Changeset 0ff1b40


Ignore:
Timestamp:
Sep 28, 2016, 3:09:40 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, pitchshift, sampler, timestretch, yinfft+
Children:
078dad8
Parents:
6388c37
Message:

src/onset/onset.c: fix error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r6388c37 r0ff1b40  
    191191    goto beach;
    192192  } else if (buf_size < hop_size) {
    193     AUBIO_ERR("onset: hop size (%d) is larger than win size (%d)\n", buf_size, hop_size);
     193    AUBIO_ERR("onset: hop size (%d) is larger than win size (%d)\n", hop_size, buf_size);
    194194    goto beach;
    195195  } else if ((sint_t)samplerate < 1) {
Note: See TracChangeset for help on using the changeset viewer.