del_aubio_pitchyinfft method
deletion of the pitch detection object
\param o pitch detection object as returned by new_aubio_pitchyinfft()
Implementation
void del_aubio_pitchyinfft(
ffi.Pointer<aubio_pitchyinfft_t> o,
) {
return _del_aubio_pitchyinfft(
o,
);
}