Changeset a6ba2ed1 for src/effects/pitchshift.h
- Timestamp:
- Sep 19, 2016, 8:13:44 PM (8 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch
- Children:
- 7a5f963c
- Parents:
- 2d128da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/pitchshift.h
r2d128da ra6ba2ed1 87 87 uint_t aubio_pitchshift_set_pitchscale (aubio_pitchshift_t * o, smpl_t pitchscale); 88 88 89 /** set the pitchscale of the pitch shifting object89 /** get the pitchscale of the pitch shifting object 90 90 91 91 \param o pitch shifting object as returned by ::new_aubio_pitchshift() … … 96 96 smpl_t aubio_pitchshift_get_pitchscale (aubio_pitchshift_t * o); 97 97 98 /** set the transposition of the pitch shifting object 98 /** set the transposition of the pitch shifting object, in semitones 99 99 100 100 \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]) 102 103 103 104 \return 0 if successfull, non-zero otherwise … … 106 107 uint_t aubio_pitchshift_set_transpose (aubio_pitchshift_t * o, smpl_t transpose); 107 108 108 /** set the transposition of the pitch shifting object109 /** get the transposition of the pitch shifting object, in semitones 109 110 110 111 \param o pitch shifting object as returned by ::new_aubio_pitchshift() 111 112 112 \return transposition of the pitch shifting object 113 \return transposition of the pitch shifting object, in semitones 113 114 114 115 */
Note: See TracChangeset
for help on using the changeset viewer.