aubio_tempo_get_silence method
get tempo detection silence threshold
\param o tempo detection object as returned by new_aubio_tempo()
\return current silence threshold
Implementation
double aubio_tempo_get_silence(
ffi.Pointer<aubio_tempo_t> o,
) {
return _aubio_tempo_get_silence(
o,
);
}