pub unsafe extern "C" fn aubio_silence_detection(
    v: *const fvec_t,
    threshold: smpl_t
) -> uint_t
Expand description

check if buffer level in dB SPL is under a given threshold

\param v vector to get level from \param threshold threshold in dB SPL

\return 1 if level is under the given threshold, 0 otherwise