Name Description Size
AudioDeviceModule.java This interface is a thin wrapper on top of a native C++ webrtc::AudioDeviceModule (ADM). The reason for basing it on a native ADM instead of a pure Java interface is that we have two native Android implementations (OpenSLES and AAudio) that does not make sense to wrap through JNI. <p>Note: This class is still under development and may change without notice. 2012
JavaAudioDeviceModule.java AudioDeviceModule implemented using android.media.AudioRecord as input and android.media.AudioTrack as output. 16165