del_aubio_pitchyinfast method

void del_aubio_pitchyinfast(
  1. Pointer<aubio_pitchyinfast_t> o
)

deletion of the pitch detection object

\param o pitch detection object as returned by new_aubio_pitchyin()

Implementation

void del_aubio_pitchyinfast(
  ffi.Pointer<aubio_pitchyinfast_t> o,
) {
  return _del_aubio_pitchyinfast(
    o,
  );
}