del_aubio_pitchshift method

void del_aubio_pitchshift(
  1. Pointer<aubio_pitchshift_t> o
)

deletion of the pitch shifting object

\param o pitch shifting object as returned by new_aubio_pitchshift()

Implementation

void del_aubio_pitchshift(
  ffi.Pointer<aubio_pitchshift_t> o,
) {
  return _del_aubio_pitchshift(
    o,
  );
}