Changes to the mixer unittests: Removed the tests related to the former 'OutputMixer', as it's going to be removed. Removed incorrect comparison tests with the old mixer because doing identical mixing decisions with the old mixer proved unviable. When the new mixer went from kMaximumAmountOfMixedAudioSources in the last iteration to kMaximumAmountOfMixedAudioSources+1, it could hit an RTC_NOTREACHED(); Added fix to mixer and test AudioMixer.RampedOutSourcesShouldNotBeMarkedMixed that covers that case. NOTRY=True Review-Url: https://codereview.webrtc.org/2253153004 Cr-Commit-Position: refs/heads/master@{#13880}
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.