Use packet arrival history in delay manager.
It replaces the relative arrival delay tracker which is equivalent. This results in a slight bit-exactness change but nothing that should affect quality. Bug: webrtc:13322 Change-Id: I6ed5d6fdfa724859122928a8838acce27ac2e5d0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/263380 Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Reviewed-by: Minyue Li <minyue@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37004}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
c1fb359b2a
commit
01ab7d501b
@ -57,10 +57,10 @@ TEST_F(NetEqDecodingTest, MAYBE_TestBitExactness) {
|
||||
webrtc::test::ResourcePath("audio_coding/neteq_universal_new", "rtp");
|
||||
|
||||
const std::string output_checksum =
|
||||
"5e56fabfacd6fa202f3a00bcb4e034d6d817e6b3";
|
||||
"dee7a10ab92526876a70a85bc48a4906901af3df";
|
||||
|
||||
const std::string network_stats_checksum =
|
||||
"dfbf60f913a25a1f2f1066f85b4b08c24eed0ef2";
|
||||
"911dbf5fd97f48d25b8f0967286eb73c9d6f6158";
|
||||
|
||||
DecodeAndCompare(input_rtp_file, output_checksum, network_stats_checksum,
|
||||
absl::GetFlag(FLAGS_gen_ref));
|
||||
|
||||
Reference in New Issue
Block a user