Skip to content

Commit

Permalink
features
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 7, 2024
1 parent 572dc71 commit 742dbd0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Acoustic echo cancellation in Rust based on [speexdsp](https://github.com/xiph/speexdsp)

## Features

- Cancel echo by simple function call
- Noise supression
- Suitable for realtime
- Available with precompiled lib and C header
- Use from Rust `aec-rs`
- Use from Python `pyaec`

## Install

```console
Expand Down

0 comments on commit 742dbd0

Please sign in to comment.