del_aubio_timestretch method

void del_aubio_timestretch(
  1. Pointer<aubio_timestretch_t> o
)

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,
  );
}