I'll be rewriting AcmReceiver soon and am trying to reduce the amount of old stuff that needs to be supported. I've manually checked the outputs of the AcmReceiver bitexactness tests with this change. A large part of the tests are still bitexact, with one section only differing slightly in timings. Nothing audible unless playing the old and new versions back simultaneously. The output of NetEqDecoderTest were also changed due to this CL, although only on android. I built and ran the test locally and compared the audio output manually - the changes were the same as for the other tests; i.e. very slight timing changes for a part of the output. I updated the network stats checksum for android without analyzing it further. I expect it goes hand-in-hand with the changes to the output; i.e. the changes in it are fine because the audio output is fine. Likely, the stats will show changes in the usage of CNG, since that is what the code changes. BUG=webrtc:1361 Review-Url: https://codereview.webrtc.org/2117763002 Cr-Commit-Position: refs/heads/master@{#13415}
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.