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