sonora-aec3 0.1.0

Echo Canceller 3 (AEC3) — Rust port of WebRTC's modern echo canceller
Documentation
# sonora-aec3

[![crate][crate-image]][crate-link]
[![docs][docs-image]][docs-link]
![BSD-3-Clause licensed][license-image]
![Rust Version][rustc-image]

Pure Rust implementation of [Echo Canceller 3 (AEC3)][AEC3] from WebRTC.

Adaptive filter-based acoustic echo canceller with automatic delay estimation,
render signal analysis, and echo path change detection. Operates in the
frequency domain using partitioned block processing.

Part of the [Sonora] audio processing library.

## License

BSD-3-Clause. See [LICENSE] for details.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/sonora-aec3.svg
[crate-link]: https://crates.io/crates/sonora-aec3
[docs-image]: https://docs.rs/sonora-aec3/badge.svg
[docs-link]: https://docs.rs/sonora-aec3/
[license-image]: https://img.shields.io/badge/license-BSD--3--Clause-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.91+-blue.svg

[//]: # (general links)

[AEC3]: https://webrtc.googlesource.com/src/+/refs/heads/main/modules/audio_processing/aec3/
[Sonora]: https://github.com/dignifiedquire/sonora#readme
[LICENSE]: https://github.com/dignifiedquire/sonora/blob/main/LICENSE