欢迎访问我的独立博客
摘要: 一,实例化和配置 AudioProcessing* apm = AudioProcessing::Create(0); //这里的0指的是channelID,只是一个标注那个通道的表示 apm->level_estimator()->Enable(true);//启用 重试次数估计 组件 apm-> 阅读全文
posted @ 2016-12-03 18:34 github.com/starRTC 阅读(3162) 评论(0) 推荐(0) 编辑
摘要: webrtc代码在android和chromium项目中都有。但是android中的那个带有Android.mk,稍微修改下就能用ndk-build编译出libwebrtc_audio_preprocessing.so git clone https://android.googlesource.c 阅读全文
posted @ 2016-12-03 15:26 github.com/starRTC 阅读(4401) 评论(4) 推荐(0) 编辑
摘要: 本文主要介绍WebRTC的APM。 现在主要介绍一下audio_processing.h。 首先插入了几个类,这些都是audio_processing的核心模块。 class AudioFrame; class EchoCancellation; class EchoControlMobile; c 阅读全文
posted @ 2016-12-03 13:56 github.com/starRTC 阅读(2823) 评论(0) 推荐(0) 编辑