new_aubio_pitchspecacf method
creation of the pitch detection object
\param buf_size size of the input buffer to analyse
Implementation
ffi.Pointer<aubio_pitchspecacf_t> new_aubio_pitchspecacf(
int buf_size,
) {
return _new_aubio_pitchspecacf(
buf_size,
);
}