aec-rs 1.0.0

Acoustic echo cancellation in Rust
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented0 out of 4 items with examples
  • Size
  • Source code size: 31.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 346.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 28s Average build duration of successful builds.
  • all releases: 28s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • thewh1teagle/aec
    98 18 8
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thewh1teagle

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