Skip to main content

declick

Function declick 

Source
pub fn declick(signal: &[f32], threshold: f32, window: usize) -> Vec<f32>
Expand description

Detect and interpolate impulse clicks.

Threshold is the number of local-RMS multiples above which a sample is a click. Typical threshold: 8.0–15.0.