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