Changeset 4bb2e74
- Timestamp:
- Dec 7, 2018, 1:28:57 AM (6 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
- Children:
- 9d8cedf5
- Parents:
- a77f0c6
- git-author:
- Paul Brossier <piem@piem.org> (12/07/18 00:04:07)
- git-committer:
- Paul Brossier <piem@piem.org> (12/07/18 01:28:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/rubberband_utils.c
ra77f0c6 r4bb2e74 126 126 else if ( strcmp(params[i], "ChannelsTogether" ) == 0 ) rboptions |= RubberBandOptionChannelsTogether; 127 127 else { 128 AUBIO_ WRN("rubberband_utils: did not understand option '%s', should be one of: "128 AUBIO_ERR("rubberband_utils: did not understand option '%s', should be one of: " 129 129 "StretchElastic|StretchPrecise, TransientsCrisp|TransientsMixed|TransientsSmooth, " 130 130 "DetectorCompound|DetectorPercussive|DetectorSoft, PhaseLaminar|PhaseIndependent, " … … 133 133 "PitchHighSpeed|PitchHighQuality|PitchHighConsistency, ChannelsApart|ChannelsTogether\n" 134 134 , params[i]); 135 return -1; 135 136 } 136 137 free(params[i]);
Note: See TracChangeset
for help on using the changeset viewer.