aec-rs
Acoustic echo cancellation in Rust based on speexdsp
Features
- Cancel echo by simple function call
- Noise supression
- Suitable for realtime
- Support Rust and Python
- Easy integration with C/C++ (or any other language) via C API
- Precompiled library and C header files available in the releases
Install
cargo add aec-rs
Example
See examples
Build
See building