Skip to main content

Crate sonora_ns

Crate sonora_ns 

Source
Expand description

§sonora-ns

crate docs BSD-3-Clause licensed Rust Version

Pure Rust implementation of Noise Suppression from WebRTC.

Wiener filter-based noise reduction with multi-band processing, prior and posterior SNR estimation, and voice activity detection. Supports four suppression levels (low, moderate, high, very high).

Part of the Sonora audio processing library.

§License

BSD-3-Clause. See LICENSE for details.

Modules§

config
Noise suppression configuration and common constants.
noise_suppressor
Top-level noise suppressor pipeline.