how to test webrtc aec in android?

1.5k Views Asked by At

Hi i want to test the webrtc aec and i want to know how it works.. Because i am going to integrate 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. I have to test in android environment and have to integrate in the native code.

I tried skype and line and other voip apps but i didnt get any logs regarding the webrtc aec.

1

There are 1 best solutions below

1
On BEST ANSWER

webRTC sources can be found in AOSP site under /external/webrtc. The AEC specific modules are available in the audio_processing folder.

An unit test program for audio only is also available under the tests folder. Please check the --aec option.