Expand description
§sonora-ns
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.