aubio_notes_get_silence method
get notes detection silence threshold
\param o notes detection object as returned by new_aubio_notes()
\return current silence threshold
Implementation
double aubio_notes_get_silence(
ffi.Pointer<aubio_notes_t> o,
) {
return _aubio_notes_get_silence(
o,
);
}