webrtc/modules
Alessio Bazzica 3b51cd328e Unify AGC2 experiment field trials into one
In order to experiment with AGC2 and TS at the same time, 3 field
trials are removed and merged into `WebRTC-Audio-GainController2`,
which is existing.

New parameters for the `WebRTC-Audio-GainController2` field trial:
- `switch_to_agc2`: true by default; when true, the gain control
  switches to AGC2 (both for the input volume and for the adaptive
  digital gain);
- `min_input_volume`: minimum input volume enforced by the input
  volume controller when the applied input volume is not zero;
- `disallow_transient_suppressor_usage`: when true, TS is never
  created.

Removed field trials:
- `WebRTC-Audio-Agc2-MinInputVolume`: now a parameter of
  `WebRTC-Audio-GainController2`;
- `WebRTC-ApmTransientSuppressorKillSwitch`: now a parameter of
  `WebRTC-Audio-GainController2`;
- `WebRTC-Audio-TransientSuppressorVadMode`: automatically inferred
  from `WebRTC-Audio-GainController2`.

Bug: webrtc:7494
Change-Id: I452798c0862d71f9adae6d163fe841df05ca44d6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/287861
Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
Reviewed-by: Hanna Silen <silen@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38890}
2022-12-14 16:40:41 +00:00
..
async_audio_processing Remove dependency on rtc_base_approved from most targets 2022-04-25 12:15:30 +00:00
audio_coding Fixes for the neteq_test clock. 2022-12-08 10:13:00 +00:00
audio_device Audio stack traces 2022-09-27 15:05:51 +00:00
audio_mixer Remove FrameCombiner stats 2022-11-16 15:39:24 +00:00
audio_processing Unify AGC2 experiment field trials into one 2022-12-14 16:40:41 +00:00
congestion_controller Remove expired MidCallProbing metrics. 2022-12-13 10:36:33 +00:00
desktop_capture [DesktopCapture]: Allow toggling the visibility of the cursor 2022-11-29 23:06:44 +00:00
include Delete ProcessThread and related Module interface 2022-07-04 10:20:35 +00:00
pacing Remove pending packets from the pacer when an RTP module is removed. 2022-12-13 11:32:58 +00:00
portal Reland "Split out generic portal / pipewire code" 2022-11-14 20:11:43 +00:00
remote_bitrate_estimator Remove field trial string WebRTC-Bwe-EstimateBoundedBackoff 2022-12-06 11:47:36 +00:00
rtp_rtcp Don't send abs capture time when capture time unset 2022-12-13 12:37:45 +00:00
third_party Make header files self contained. 2022-10-08 08:38:36 +00:00
utility Remove log in MaybeWorkerThread::TaskQueueForPost 2022-10-12 10:16:31 +00:00
video_capture modules/video_capture: add NV12 support on Linux 2022-11-29 11:59:52 +00:00
video_coding Make requested_resolution_alignment of webrtc::EncoderInfo as uint32_t. 2022-12-12 06:02:59 +00:00
BUILD.gn Add utility class MaybeWorkerThread 2022-10-04 11:39:38 +00:00
module_common_types_unittest.cc