webrtc/modules/audio_coding/codecs
Philipp Hancke 1061686107 red: handle opus dtx 400ms timestamp gap
by not encoding redundancy. The timestamp gap of 400ms means a
rtp timestamp difference of 19200 which would overflow the 14 bit
RED timestamp difference field.

To test in Chrome, go to
  https://webrtc.github.io/samples/src/content/peerconnection/audio/
set `useDtx = true` in the console and be very quiet.

BUG=webrtc:13182,webrtc:11640

Change-Id: I1cedc7d846ac7ae821bb7cb5c0f37a17511ac727
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/231940
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35005}
2021-09-15 15:09:28 +00:00
..
cng Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
g711 Implement AudioEncoder::GetFrameLengthRange() for all audio encoders. 2020-03-25 22:19:21 +00:00
g722 Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
ilbc Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
isac Update bit exactness tests to match changes 2021-08-10 12:19:13 +00:00
opus Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
pcm16b Format almost everything. 2019-07-08 13:45:15 +00:00
red red: handle opus dtx 400ms timestamp gap 2021-09-15 15:09:28 +00:00
tools Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
audio_decoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
builtin_audio_decoder_factory_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
builtin_audio_encoder_factory_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
legacy_encoded_audio_frame.cc Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
legacy_encoded_audio_frame.h Format almost everything. 2019-07-08 13:45:15 +00:00
legacy_encoded_audio_frame_unittest.cc Replace assert() with RTC_DCHECK(). 2021-07-09 07:49:43 +00:00