aubio_pitchyinfft_get_tolerance method
get tolerance parameter for YIN algorithm
\param o YIN pitch detection object
\return tolerance parameter for minima selection default 0.15
Implementation
double aubio_pitchyinfft_get_tolerance(
ffi.Pointer<aubio_pitchyinfft_t> o,
) {
return _aubio_pitchyinfft_get_tolerance(
o,
);
}