projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25a19c2
)
src/effects/pitchshift_rubberband.c: fix error message
author
Paul Brossier
<piem@piem.org>
Wed, 21 Sep 2016 16:02:44 +0000
(18:02 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 21 Sep 2016 16:02:44 +0000
(18:02 +0200)
src/effects/pitchshift_rubberband.c
patch
|
blob
|
history
diff --git
a/src/effects/pitchshift_rubberband.c
b/src/effects/pitchshift_rubberband.c
index
cda63dc
..
8e86bf0
100644
(file)
--- a/
src/effects/pitchshift_rubberband.c
+++ b/
src/effects/pitchshift_rubberband.c
@@
-58,7
+58,7
@@
new_aubio_pitchshift (const char_t * mode,
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);