commit | a181c9ad17dd749eaa384f48d5c953fcc66d435d | [log] [tgz] |
---|---|---|
author | Alejandro Luebs <aluebs@webrtc.org> | Thu Jun 30 22:33:37 2016 |
committer | Alejandro Luebs <aluebs@webrtc.org> | Thu Jun 30 22:33:47 2016 |
tree | e8e748c030a0f132b8f7eb981eb46ee1bff7e88d | |
parent | e59122889fc6e480238613558c67de13747ae487 [diff] |
Keep track of the user-facing number of channels in a ChannelBuffer Before this change the ChannelBuffer had a fixed number of channels. This meant for example that when the Beamformer would reduce the number of channels to one, the merging filter bank was still merging all the channels, which was unnecessary since they were not processed and just discarded later. This change doesn't change the signal at all. It just reflects the number of channels in the ChannelBuffer, reducing the complexity. R=henrik.lundin@webrtc.org, peah@webrtc.org, tina.legrand@webrtc.org Review URL: https://codereview.webrtc.org/2053773002 . Cr-Commit-Position: refs/heads/master@{#13352}
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.