commit | 201dfe90a7b77eb97d940331ba367e2927e910c2 | [log] [tgz] |
---|---|---|
author | aleloi <aleloi@webrtc.org> | Thu Oct 20 12:06:39 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 20 12:06:44 2016 |
tree | 7dc63d1d1955769dc52306c12cb7c8b4f2be504c | |
parent | 76648da8dc3ca480c117013e9e299e5f2624a71b [diff] |
Split audio mixer into interface and implementation. The AudioMixer is now split in a mixer and audio source interface part, which has moved to webrtc/api, and a default implementation part, which lies in webrtc/modules. This change makes it possible to create other mixer implementations and is a first step to facilitate passing down a mixer from outside of WebRTC. It will also create less build dependencies when the new mixer has replaced the old one. NOTRY=True TBR=henrik.lundin@webrtc.org BUG=webrtc:6346 Review-Url: https://codereview.webrtc.org/2411313003 Cr-Commit-Position: refs/heads/master@{#14705}
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.