aubio_pitchyinfast_set_tolerance method
set tolerance parameter for YIN algorithm
\param o YIN pitch detection object
\param tol tolerance parameter for minima selection default 0.15
Implementation
int aubio_pitchyinfast_set_tolerance(
ffi.Pointer<aubio_pitchyinfast_t> o,
double tol,
) {
return _aubio_pitchyinfast_set_tolerance(
o,
tol,
);
}