Changeset 3ffedf22
- Timestamp:
- Sep 21, 2016, 6:02:44 PM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- ad65346
- Parents:
- 25a19c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/pitchshift_rubberband.c
r25a19c2 r3ffedf22 59 59 p->rboptions = aubio_get_rubberband_opts(mode); 60 60 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); 62 62 goto beach; 63 63 }
Note: See TracChangeset
for help on using the changeset viewer.