del_aubio_pitch method

void del_aubio_pitch(
  1. Pointer<aubio_pitch_t> o
)

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