Android-Audio-Processing-Using-WebRTC
Android-Audio-Processing-Using-WebRTC copied to clipboard
All in all WebRTC. A Complete Guide to enable Rich and High Quality of **Real-Time Voice Communication** on Android Platform. This repository involves a complete understanding, implementation and docu...
On which version of webrtc is the source code?
Hi @mail2chromium , there is a question: If you set the MODE_IN_COMMUNICATION, you probably don't need the apm using webrtc. ``` AudioManager audioManager = (AudioManager) context.getSystemService(Context.AUDIO_SERVICE); audioManager.setMode(AudioManager.MODE_IN_COMMUNICATION); ``` I found...
If i want to change the SAMPLE_RATE from 16000 to 8000, how can i do? I tried to change SAMPLE_RATE from 16000 to 8000, and change the code private static...
I compiled webrtc_android and can't find libwebrtc_apms.so which is loaded in Apm.java