aubio_pitchyinfft_get_tolerance method

double aubio_pitchyinfft_get_tolerance(
  1. Pointer<aubio_pitchyinfft_t> o
)

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