commit | 872f614111f436d15e29516ce19c3b63d25b8639 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Wed Oct 12 15:11:42 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 12 15:11:48 2016 |
tree | 08fc1dc29d9cf62aef0c5a4c2990e1b641ba94ee | |
parent | 116ec6da50c7c82b2341b97e2d6d512ade3f6e00 [diff] |
Android audio playout now supports non-call media streams. The default (preferred) stream type for output audio is STREAM_VOICE_CALL since the WebRTC stack is mainly intended for VoIP calls. But if the user wants to run in another mode than COMM mode, we now accept it and change the stream type to STREAM_MUSIC instead. It can e.g. be suitable for applications that does not record audio or if a call shall be casted to a Chromecast device. The solution is somewhat experimental. NOTRY=TRUE BUG=webrtc:4767 Review-Url: https://codereview.webrtc.org/2411263003 Cr-Commit-Position: refs/heads/master@{#14613}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.