\param out output pitch candidates of size [1]
*/
-void aubio_pitchshift_do (aubio_pitchshift_t * o, const fvec_t * in, fvec_t * out);
+void aubio_pitchshift_do (aubio_pitchshift_t * o, const fvec_t * in,
+ fvec_t * out);
/** deletion of the pitch shifting object
\return 0 if successfull, non-zero otherwise
*/
-uint_t aubio_pitchshift_set_pitchscale (aubio_pitchshift_t * o, smpl_t pitchscale);
+uint_t aubio_pitchshift_set_pitchscale (aubio_pitchshift_t * o,
+ smpl_t pitchscale);
/** get the pitchscale of the pitch shifting object
/** set the transposition of the pitch shifting object, in semitones
\param o pitch shifting object as returned by new_aubio_pitchshift()
- \param transpose new pitch transposition of the pitch shifting object, expressed
- in semitones (should be in the range [-24;+24])
+ \param transpose new pitch transposition of the pitch shifting object,
+ expressed in semitones (should be in the range [-24;+24])
\return 0 if successfull, non-zero otherwise
*/
-uint_t aubio_pitchshift_set_transpose (aubio_pitchshift_t * o, smpl_t transpose);
+uint_t aubio_pitchshift_set_transpose (aubio_pitchshift_t * o,
+ smpl_t transpose);
/** get the transposition of the pitch shifting object, in semitones
\param read number of frames actually wrote out
*/
-void aubio_timestretch_do (aubio_timestretch_t * o, fvec_t * out, uint_t * read);
+void aubio_timestretch_do (aubio_timestretch_t * o, fvec_t * out,
+ uint_t * read);
/** deletion of the time stretching object
\return number of currently available samples
*/
-sint_t aubio_timestretch_push(aubio_timestretch_t * o, fvec_t *in, uint_t length);
+sint_t aubio_timestretch_push(aubio_timestretch_t * o, fvec_t *in,
+ uint_t length);
/** get number of currently available samples from time stretching object
\return 0 if successfull, non-zero otherwise
*/
-uint_t aubio_timestretch_set_pitchscale (aubio_timestretch_t * o, smpl_t pitchscale);
+uint_t aubio_timestretch_set_pitchscale (aubio_timestretch_t * o,
+ smpl_t pitchscale);
/** get the pitchscale of the time stretching object
/** set the transposition of the time stretching object, in semitones
\param o time stretching object as returned by new_aubio_timestretch()
- \param transpose new pitch transposition of the time stretching object, expressed
- in semitones (should be in the range [-24;+24])
+
+ \param transpose new pitch transposition of the time stretching object,
+ expressed in semitones (should be in the range [-24;+24])
\return 0 if successfull, non-zero otherwise
*/
-uint_t aubio_timestretch_set_transpose (aubio_timestretch_t * o, smpl_t transpose);
+uint_t aubio_timestretch_set_transpose (aubio_timestretch_t * o,
+ smpl_t transpose);
/** get the transposition of the time stretching object, in semitones