new_aubio_pitchyinfast method

Pointer<aubio_pitchyinfast_t> new_aubio_pitchyinfast(
  1. int buf_size
)

creation of the pitch detection object

\param buf_size size of the input buffer to analyse

Implementation

ffi.Pointer<aubio_pitchyinfast_t> new_aubio_pitchyinfast(
  int buf_size,
) {
  return _new_aubio_pitchyinfast(
    buf_size,
  );
}