WebRTC_AECM icon indicating copy to clipboard operation
WebRTC_AECM copied to clipboard

Acoustic Echo Canceller for Mobile Module Port From WebRTC

Results 2 WebRTC_AECM issues
Sort by recently updated
recently updated
newest added

Fixes to get the code running on a modern MacOS system (MacOS Ventura, M1 Pro). Changes were: * CMakeLists.txt -> changed the name of the executable from `aecm` to `aecm_run`...

你好,在测试AEC的过程中,现象如下: 1、如果使用8K采样率的音频,那么AEC的效果还不错 2、如果使用16K采样率的音频,那么AEC效果很差 请问是需要修改哪些参数吗?比如aecm_defines.h中的 FRAME_LEN ? 感谢!