aubio_timestretch_get_pitchscale method

double aubio_timestretch_get_pitchscale(
  1. Pointer<aubio_timestretch_t> o
)

get the pitchscale of the time stretching object

\param o time stretching object as returned by ::new_aubio_timestretch()

\return pitchscale of the time stretching object

Implementation

double aubio_timestretch_get_pitchscale(
  ffi.Pointer<aubio_timestretch_t> o,
) {
  return _aubio_timestretch_get_pitchscale(
    o,
  );
}