Function bliss_audio_aubio_rs::level_detection[][src]

pub fn level_detection<'i, I>(input: I, threshold: Smpl) -> Smpl where
    I: Into<FVec<'i>>, 
Expand description

Get buffer level if level >= threshold, 1.0 otherwise

  • input Vector to get level from
  • threshold Threshold in dB SPL