Changeset ce0dfe9
- Timestamp:
- Sep 21, 2016, 4:55:34 PM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- 9953f09
- Parents:
- d5f538f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/pitchshift.c
rd5f538f rce0dfe9 138 138 aubio_pitchshift_set_pitchscale (aubio_pitchshift_t * p, smpl_t pitchscale) 139 139 { 140 if (pitchscale >= 0. 0625 && pitchscale <= 4.) {140 if (pitchscale >= 0.25 && pitchscale <= 4.) { 141 141 p->pitchscale = pitchscale; 142 142 rubberband_set_pitch_scale(p->rb, p->pitchscale);
Note: See TracChangeset
for help on using the changeset viewer.