aubio_tempo_set_silence method
set tempo detection silence threshold
\param o beat tracking object \param silence new silence threshold, in dB
\return 0
if successful, non-zero otherwise
Implementation
int aubio_tempo_set_silence(
ffi.Pointer<aubio_tempo_t> o,
double silence,
) {
return _aubio_tempo_set_silence(
o,
silence,
);
}