pub unsafe extern "C" fn aubio_notes_set_silence(
    o: *mut aubio_notes_t,
    silence: smpl_t
) -> uint_t
Expand description

set notes detection silence threshold

\param o notes detection object as returned by new_aubio_notes() \param silence new silence detection threshold

\return 0 on success, non-zero otherwise