pub fn spectral_gate( surface: &TfSurface<'_>, region: &Region, threshold: f32, out: &mut [f32], ) -> Result<usize, SurfaceEditError>
Spectral gate: zero out all bins below threshold in the region.
threshold