webrtc/modules/audio_coding/test
Gustaf Ullberg 36de62e830 Avoid flagging Opus DTX frames as speech.
Background: After 20 consecutive DTX frames, Opus encodes the background
noise in a normal frame and then goes back to outputting DTX frames.

Currently all Opus frames are flagged as containing speech.

This CL is has two effects on outgoing Opus packets:
1. DTX frames are flagged as non-speech.
2. A non-DTX frame that follows 20 consecutive DTX frames is flagged as
   non-speech.

Bug: webrtc:8088
Change-Id: Ic36cf8c9d0a34f55ed4e57858362ad91e3897dda
Reviewed-on: https://webrtc-review.googlesource.com/23760
Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20794}
2017-11-20 14:53:40 +00:00
..
ACMTest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
APITest.cc Optional: Use nullopt and implicit construction in /modules/audio_coding 2017-11-17 11:58:37 +00:00
APITest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
Channel.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
Channel.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
delay_test.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
EncodeDecodeTest.cc Reland "Reland "Remove WEBRTC_TRACE."" 2017-10-04 14:40:44 +00:00
EncodeDecodeTest.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
insert_packet_with_timing.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
iSACTest.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
iSACTest.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
opus_test.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
opus_test.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
PacketLossTest.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
PacketLossTest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
PCMFile.cc Optional: Use nullopt and implicit construction in /modules/audio_coding 2017-11-17 11:58:37 +00:00
PCMFile.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
RTPFile.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
RTPFile.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
target_delay_unittest.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
TestAllCodecs.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
TestAllCodecs.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
Tester.cc Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
TestRedFec.cc Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
TestRedFec.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
TestStereo.cc Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
TestStereo.h Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
TestVADDTX.cc Avoid flagging Opus DTX frames as speech. 2017-11-20 14:53:40 +00:00
TestVADDTX.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
TwoWayCommunication.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
TwoWayCommunication.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
utility.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
utility.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00