Fixes some issues related to calling WebRtcAudioManager.setStereoOutput(true) and WebRtcAudioManager.setStereoInput(true) and ensures that the ADM reports correct values related to stereo support given these settings. Also makes it more clear that the OpenSLES audio implementation does not support stereo (we now fail in Init()). To summarize: this change ensures that the user can ask for stereo input and/or stereo output audio on Android in combination with the Java based audio layer. By default (if no WebRtcAudioManager.setStereoXXX() APIs are called), mono will be used. BUG=webrtc:7962 Review-Url: https://codereview.webrtc.org/3009193002 Cr-Commit-Position: refs/heads/master@{#19763}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.