del_aubio_pitchyin method
deletion of the pitch detection object
\param o pitch detection object as returned by new_aubio_pitchyin()
Implementation
void del_aubio_pitchyin(
ffi.Pointer<aubio_pitchyin_t> o,
) {
return _del_aubio_pitchyin(
o,
);
}