ref: 3ffedf225ec8309798271fee2ed2a18730fdda76
parent: 25a19c2d1f811b89f4e39138a338a16b4255c1eb
author: Paul Brossier <piem@piem.org>
date: Wed Sep 21 14:02:44 EDT 2016
src/effects/pitchshift_rubberband.c: fix error message
--- a/src/effects/pitchshift_rubberband.c
+++ b/src/effects/pitchshift_rubberband.c
@@ -58,7 +58,7 @@
p->rboptions = aubio_get_rubberband_opts(mode);
if (p->rboptions < 0) {- AUBIO_ERR("timestretch: unknown pitch shifting method %s\n", mode);+ AUBIO_ERR("pitchshift: unknown pitch shifting method %s\n", mode);goto beach;
}
//AUBIO_MSG("pitchshift: using pitch shifting method %s\n", mode);--
⑨