0

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.

Manuel Allenspach
  • 12,467
  • 14
  • 54
  • 76
optimus prime
  • 764
  • 1
  • 13
  • 39

1 Answers1

1

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.

Ganesh
  • 5,880
  • 2
  • 36
  • 54