del_aubio_pitchshift method
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,
);
}