aubio_hist_mean method
compute the mean of the histogram
Implementation
double aubio_hist_mean(
ffi.Pointer<aubio_hist_t> s,
) {
return _aubio_hist_mean(
s,
);
}
compute the mean of the histogram
double aubio_hist_mean(
ffi.Pointer<aubio_hist_t> s,
) {
return _aubio_hist_mean(
s,
);
}