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