Changeset 24198a1


Ignore:
Timestamp:
Dec 7, 2018, 1:28:56 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
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)
Message:

[effects] improve pitchscale documentation

Location:
src/effects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/effects/pitchshift.h

    r986c04c r24198a1  
    8282  \param pitchscale new pitch scale of the pitch shifting object
    8383
     84  pitchscale is a frequency ratio. It should be in the range [0.25, 4].
     85
    8486  \return 0 if successfull, non-zero otherwise
    8587
  • src/effects/timestretch.h

    r986c04c r24198a1  
    142142  \param pitchscale new pitch scale of the time stretching object
    143143
     144  pitchscale is a frequency ratio. It should be in the range [0.25, 4].
     145
    144146  \return 0 if successfull, non-zero otherwise
    145147
Note: See TracChangeset for help on using the changeset viewer.