webrtc/modules/audio_coding/codecs/opus
Ivo Creusen c7f09ad2e0 NetEq fix for repeated audio issue.
This CL implements a fix behind a field trial for a NetEq issue. NetEq restarts audio too quickly after a buffer underrun, which can quickly lead to another underrun in some circumstances. The fix changes NetEq's behavior to wait with restarting playback until sufficient audio is buffered.

Bug: webrtc:9289
Change-Id: I5968c9478ce8d84caf77f00b8d0a39156b47fc8d
Reviewed-on: https://webrtc-review.googlesource.com/77423
Reviewed-by: Minyue Li <minyue@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23347}
2018-05-22 12:57:58 +00:00
..
audio_decoder_opus.cc NetEq fix for repeated audio issue. 2018-05-22 12:57:58 +00:00
audio_decoder_opus.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_opus.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
audio_encoder_opus.h Implement Opus bandwidth adjustment behind a FieldTrial 2017-11-20 20:04:19 +00:00
audio_encoder_opus_unittest.cc Replacing rtc::TimeDelta with webrtc::TimeDelta. 2018-05-08 13:22:53 +00:00
opus_bandwidth_unittest.cc Add min and max allowed bitrate in Opus bitrate tests 2018-05-21 16:41:35 +00:00
opus_complexity_unittest.cc Optional: Use nullopt and implicit construction in /modules/audio_coding 2017-11-17 11:58:37 +00:00
opus_fec_test.cc Stop using std::tr1 2017-10-23 22:11:58 +00:00
opus_inst.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
opus_interface.c Implement Opus bandwidth adjustment behind a FieldTrial 2017-11-20 20:04:19 +00:00
opus_interface.h Implement Opus bandwidth adjustment behind a FieldTrial 2017-11-20 20:04:19 +00:00
opus_speed_test.cc Implement Opus bandwidth adjustment behind a FieldTrial 2017-11-20 20:04:19 +00:00
opus_unittest.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00