# WebRtcNsAgcModel **Repository Path**: hehaiqing/WebRtcNsAgcModel ## Basic Information - **Project Name**: WebRtcNsAgcModel - **Description**: 抽取webRtc内NS(降噪)与AGC(增益)模块 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-07-22 - **Last Updated**: 2022-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebRtcNsAgcModel 抽取webRtc内NS(降噪)与AGC(增益)模块(修改了check.h文件来移除了多余的 C 依赖使so包缩减到最小) ``` 注意:webRtc源代码 最后更新于该时间(也就是webRtc最后一条代码上传log时间) Date: Tue Jan 7 06:56:55 2020 +0100 ``` --- ### 抽取NS&NSX(降噪)模块文章链接:[https://www.jianshu.com/p/72ae0ca2c0a7](https://www.jianshu.com/p/72ae0ca2c0a7) --- ### 抽取AGC(增益)模块文章链接:[https://www.jianshu.com/p/e105a373d6d9](https://www.jianshu.com/p/e105a373d6d9)