commit | 3ab57c514cb18014a35695801deb50ca3739d76f | [log] [tgz] |
---|---|---|
author | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Mar 20 15:09:38 2014 +0000 |
committer | henrik.lundin@webrtc.org <henrik.lundin@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Thu Mar 20 15:09:38 2014 +0000 |
tree | f8c047b912126524646dd2c5f111b1db816d3bfa | |
parent | 979f1f8235bb393a949ca4d6956d1c17dfd5fd77 [diff] [blame] |
Changing the buffer size (slots) to 1.5 seconds @ 30 ms packets This is a relanding of r5725, now with a fix for the failing tests. BUG=2935 R=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10339005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5738 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_coding/neteq4/interface/neteq.h b/webrtc/modules/audio_coding/neteq4/interface/neteq.h index 6173930..466882a 100644 --- a/webrtc/modules/audio_coding/neteq4/interface/neteq.h +++ b/webrtc/modules/audio_coding/neteq4/interface/neteq.h
@@ -102,7 +102,7 @@ kSyncPacketNotAccepted }; - static const int kMaxNumPacketsInBuffer = 240; // TODO(hlundin): Remove. + static const int kMaxNumPacketsInBuffer = 50; // TODO(hlundin): Remove. static const int kMaxBytesInBuffer = 113280; // TODO(hlundin): Remove. // Creates a new NetEq object, starting at the sample rate |sample_rate_hz|.