aubio_hist_mean method

double aubio_hist_mean(
  1. Pointer<aubio_hist_t> s
)

compute the mean of the histogram

Implementation

double aubio_hist_mean(
  ffi.Pointer<aubio_hist_t> s,
) {
  return _aubio_hist_mean(
    s,
  );
}