del_aubio_pitchspecacf method
deletion of the pitch detection object
\param o pitch detection object as returned by new_aubio_pitchspecacf()
Implementation
void del_aubio_pitchspecacf(
ffi.Pointer<aubio_pitchspecacf_t> o,
) {
return _del_aubio_pitchspecacf(
o,
);
}