Skip to main content

spectral_gate

Function spectral_gate 

Source
pub fn spectral_gate(
    surface: &TfSurface<'_>,
    region: &Region,
    threshold: f32,
    out: &mut [f32],
) -> Result<usize, SurfaceEditError>
Expand description

Spectral gate: zero out all bins below threshold in the region.