del_aubio_pitch method
deletion of the pitch detection object
\param o pitch detection object as returned by new_aubio_pitch()
Implementation
void del_aubio_pitch(
ffi.Pointer<aubio_pitch_t> o,
) {
return _del_aubio_pitch(
o,
);
}
deletion of the pitch detection object
\param o pitch detection object as returned by new_aubio_pitch()
void del_aubio_pitch(
ffi.Pointer<aubio_pitch_t> o,
) {
return _del_aubio_pitch(
o,
);
}