aec3 0.4.0

An acoustic echo canceller written in rust based on the WebRTC aec3 project
Documentation
1
2
3
4
5
6
7
pub mod api;
pub mod audio_processing;
pub mod graph;
pub mod nodes;
pub mod pipelines;
#[cfg(test)]
pub mod test_support;