aubio_pitchshift_get_transpose method
get the transposition of the pitch shifting object, in semitones
\param o pitch shifting object as returned by ::new_aubio_pitchshift()
\return transposition of the pitch shifting object, in semitones
Implementation
double aubio_pitchshift_get_transpose(
ffi.Pointer<aubio_pitchshift_t> o,
) {
return _aubio_pitchshift_get_transpose(
o,
);
}