Changeset e2645cb
- Timestamp:
- Sep 21, 2016, 3:54:22 PM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- a9eb93e
- Parents:
- 8ba8bbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/pitchshift.c
r8ba8bbe re2645cb 41 41 uint_t samplerate; /**< samplerate */ 42 42 uint_t hopsize; /**< hop size */ 43 smpl_t timeratio; /**< time ratio */44 43 smpl_t pitchscale; /**< pitch scale */ 45 44 … … 95 94 //p->rboptions |= RubberBandOptionFormantShifted; 96 95 //p->rboptions |= RubberBandOptionPitchHighConsistency; 97 p->rb = rubberband_new(samplerate, 1, p->rboptions, p->timeratio, p->pitchscale);96 p->rb = rubberband_new(samplerate, 1, p->rboptions, 1., p->pitchscale); 98 97 rubberband_set_max_process_size(p->rb, p->hopsize); 99 98 //rubberband_set_debug_level(p->rb, 10);
Note: See TracChangeset
for help on using the changeset viewer.