del_aubio_timestretch method
deletion of the time stretching object
\param o time stretching object as returned by new_aubio_timestretch()
Implementation
void del_aubio_timestretch(
ffi.Pointer<aubio_timestretch_t> o,
) {
return _del_aubio_timestretch(
o,
);
}