aec-rs

Crates.ioaec-rs
lib.rsaec-rs
version1.0.0
sourcesrc
created_at2024-12-07 05:44:55.662231
updated_at2024-12-08 02:32:52.616279
descriptionAcoustic echo cancellation in Rust
homepagehttps://github.com/thewh1teagle/aec-rs
repositoryhttps://github.com/thewh1teagle/aec-rs
max_upload_size
id1475324
size31,953
(thewh1teagle)

documentation

README

aec-rs

PyPi Version Crates

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

Commit count: 78

cargo fmt