Changeset 34d4232 for src/effects/pitchshift_rubberband.c
- Timestamp:
- Dec 7, 2018, 12:33:37 AM (6 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
- Children:
- c41637b, d0f19a7
- Parents:
- 1a3d3b7
- git-author:
- Paul Brossier <piem@piem.org> (10/26/18 12:51:58)
- git-committer:
- Paul Brossier <piem@piem.org> (12/07/18 00:33:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/pitchshift_rubberband.c
r1a3d3b7 r34d4232 49 49 p->hopsize = hopsize; 50 50 p->pitchscale = 1.; 51 p->rb = NULL; 51 52 if ((sint_t)hopsize <= 0) { 52 53 AUBIO_ERR("pitchshift: hop_size should be >= 0, got %d\n", hopsize);
Note: See TracChangeset
for help on using the changeset viewer.