pub fn silence_detection<'i, I>(input: I, threshold: Smpl) -> boolExpand description
Check if buffer level in dB SPL is under a given threshold.
Returns true if the level is under the threshold, false otherwise.
Note: this is currently the opposite of the official doc, which seems to have a typo in it.
inputVector to get level fromthresholdThreshold in dB SPL