简体   繁体   English

如何在Android中测试WebRTC AEC?

[英]how to test webrtc aec in android?

Hi i want to test the webrtc aec and i want to know how it works.. Because i am going to integrate speex. 嗨,我想测试webrtc aec,我想知道它是如何工作的。因为我要集成speex。 I dont know how to do all the things but i have to do. 我不知道该怎么做,但我必须做。 So please give me the information about how to test and is there any application to test the webrtc. 因此,请给我有关如何测试的信息,是否有任何应用程序可以测试webrtc。 I have to test in android environment and have to integrate in the native code. 我必须在android环境中进行测试,并且必须集成在本机代码中。

I tried skype and line and other voip apps but i didnt get any logs regarding the webrtc aec. 我尝试了Skype和Line以及其他voip应用程序,但没有得到有关webrtc aec的任何日志。

webRTC sources can be found in AOSP site under /external/webrtc . 可以在AOSP站点/external/webrtc下找到webRTC源。 The AEC specific modules are available in the audio_processing folder. AEC特定的模块在audio_processing文件夹中可用。

An unit test program for audio only is also available under the tests folder. tests文件夹下也提供仅用于音频的单元测试程序。 Please check the --aec option . 请检查--aec选项

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM