aubio_pitchspecacf_set_tolerance method
set tolerance parameter for specacf
pitch detection object
\param o pitch detection object
\param tol tolerance parameter for minima selection default 1.
\return 1
on error, 0
on success
Implementation
int aubio_pitchspecacf_set_tolerance(
ffi.Pointer<aubio_pitchspecacf_t> o,
double tol,
) {
return _aubio_pitchspecacf_set_tolerance(
o,
tol,
);
}