aubio_tss_set_threshold method
set transient / steady state separation threshold
\param o tss object as returned by new_aubio_tss() \param thrs new threshold value
Implementation
int aubio_tss_set_threshold(
ffi.Pointer<aubio_tss_t> o,
double thrs,
) {
return _aubio_tss_set_threshold(
o,
thrs,
);
}