Changeset a6ba2ed1


Ignore:
Timestamp:
Sep 19, 2016, 8:13:44 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
Children:
7a5f963c
Parents:
2d128da
Message:

src/effects/pitchshift.h: improve documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/pitchshift.h

    r2d128da ra6ba2ed1  
    8787uint_t aubio_pitchshift_set_pitchscale (aubio_pitchshift_t * o, smpl_t pitchscale);
    8888
    89 /** set the pitchscale of the pitch shifting object
     89/** get the pitchscale of the pitch shifting object
    9090
    9191  \param o pitch shifting object as returned by ::new_aubio_pitchshift()
     
    9696smpl_t aubio_pitchshift_get_pitchscale (aubio_pitchshift_t * o);
    9797
    98 /** set the transposition of the pitch shifting object
     98/** set the transposition of the pitch shifting object, in semitones
    9999
    100100  \param o pitch shifting object as returned by new_aubio_pitchshift()
    101   \param transpose new pitch transposition of the pitch shifting object
     101  \param transpose new pitch transposition of the pitch shifting object, expressed
     102  in semitones (should be in the range [-24;+24])
    102103
    103104  \return 0 if successfull, non-zero otherwise
     
    106107uint_t aubio_pitchshift_set_transpose (aubio_pitchshift_t * o, smpl_t transpose);
    107108
    108 /** set the transposition of the pitch shifting object
     109/** get the transposition of the pitch shifting object, in semitones
    109110
    110111  \param o pitch shifting object as returned by ::new_aubio_pitchshift()
    111112
    112   \return transposition of the pitch shifting object
     113  \return transposition of the pitch shifting object, in semitones
    113114
    114115*/
Note: See TracChangeset for help on using the changeset viewer.