del_aubio_pitchfcomb method
deletion of the pitch detection object
\param p pitch detection object as returned by new_aubio_pitchfcomb
Implementation
void del_aubio_pitchfcomb(
ffi.Pointer<aubio_pitchfcomb_t> p,
) {
return _del_aubio_pitchfcomb(
p,
);
}