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

set the silence threshold of the pitch detection object

\param o pitch detection object as returned by new_aubio_pitch() \param silence level threshold under which pitch should be ignored, in dB

\return 0 if successfull, non-zero otherwise