1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# aec-rs Acoustic echo cancellation in Rust based on [speexdsp](https://github.com/xiph/speexdsp) ## Install ```console cargo add aec-rs ``` ## Example See [examples](examples) ## Build See [building](BUILDING.md)