Changeset 24198a1 for src/effects
- Timestamp:
- Dec 7, 2018, 1:28:56 AM (6 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
- Children:
- 124acfb
- Parents:
- 986c04c
- git-author:
- Paul Brossier <piem@piem.org> (10/24/18 18:45:19)
- git-committer:
- Paul Brossier <piem@piem.org> (12/07/18 01:28:56)
- Location:
- src/effects
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/pitchshift.h
r986c04c r24198a1 82 82 \param pitchscale new pitch scale of the pitch shifting object 83 83 84 pitchscale is a frequency ratio. It should be in the range [0.25, 4]. 85 84 86 \return 0 if successfull, non-zero otherwise 85 87 -
src/effects/timestretch.h
r986c04c r24198a1 142 142 \param pitchscale new pitch scale of the time stretching object 143 143 144 pitchscale is a frequency ratio. It should be in the range [0.25, 4]. 145 144 146 \return 0 if successfull, non-zero otherwise 145 147
Note: See TracChangeset
for help on using the changeset viewer.