commit | 95aa96465d70167be0670748b2320d5530e5054d | [log] [tgz] |
---|---|---|
author | gyzhou <gyzhou@chromium.org> | Tue Dec 13 22:06:26 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 13 22:06:35 2016 |
tree | 243f914c7b09a1614005985a4326bcb38d935b07 | |
parent | 7af91ddd6bda4f411d0025c5d5a2d32be540a34c [diff] |
Support external audio mixer in webrtc 2. An external audio mixer will be passed from PeerConnectionFactory to AudioTransportProxy. This CL has rewritten based on reverted CL https://codereview.chromium.org/2539213003/ The only difference is that static MediaEngineInterface* Create( webrtc::AudioDeviceModule* adm, const rtc::scoped_refptr<webrtc::AudioDecoderFactory>& audio_decoder_factory, WebRtcVideoEncoderFactory* video_encoder_factory, WebRtcVideoDecoderFactory* video_decoder_factory); in media/engine/webrtcmediaengine.h is kept in this CL instead of replaced for backward compatibility. BUG=webrtc:6457 Review-Url: https://codereview.webrtc.org/2570993002 Cr-Commit-Position: refs/heads/master@{#15580}
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.