# android-webrtc-aecm **Repository Path**: android2014/android-webrtc-aecm ## Basic Information - **Project Name**: android-webrtc-aecm - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: 回声消除 ## README # android-webrtc-aecm Acoustic echo cancellation for android, based on webrtc aecm algorithms The repository based on [this](https://github.com/lhc180/webrtc-based-android-aecm) repository. It contains some bug fixes and code improvemens. JNI wrapper was a bit refactored and cleared from exceptions. Also project was configured to support x64 architecture and now it supports the following ABIs: armeabi-v7a, arm64-v8a, x86, x86_64.