Skip to content

carl-designlibro/WebRtcNsAgcModel

 
 

Repository files navigation

WebRtcNsAgcModel


fork仓库在原仓库基础,做了接入层的封装,参数校验,封装成aar,业务不需要源码就可直接使用
打包aar:./gradlew WebRtcNsAgcModel:assembleRelease
使用:
implementation files('libs/WebRtcNsAgcModel-release.aar')
// or
// implementation project(':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


抽取AGC(增益)模块文章链接:https://www.jianshu.com/p/e105a373d6d9

About

抽取webRtc内NS(降噪)与AGC(增益)模块

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 82.9%
  • C++ 14.5%
  • Java 2.1%
  • Other 0.5%