Changeset 3ffedf22 for src/effects


Ignore:
Timestamp:
Sep 21, 2016, 6:02:44 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:
ad65346
Parents:
25a19c2
Message:

src/effects/pitchshift_rubberband.c: fix error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/pitchshift_rubberband.c

    r25a19c2 r3ffedf22  
    5959  p->rboptions = aubio_get_rubberband_opts(mode);
    6060  if (p->rboptions < 0) {
    61     AUBIO_ERR("timestretch: unknown pitch shifting method %s\n", mode);
     61    AUBIO_ERR("pitchshift: unknown pitch shifting method %s\n", mode);
    6262    goto beach;
    6363  }
Note: See TracChangeset for help on using the changeset viewer.