[BREAKGLASS] Append-only mirror of github.com/signalapp/webrtc
Go to file
Alex Loiko e583174d1e Optionally disable digital adaptive AGC2.
The AGC2 is enabled by flipping
AudioProcessing::Config::GainController2::enabled. The flag enables
both AdaptiveAgc and FixedGainController. Before this CL, there was no
way(*) to only enable the FixedGainController. After this CL, it's
also possible to flip the setting
|AudioProcessing::Config::GainController2::adaptive_digital_mode|. The
default is |true|, which is the previous behavior.

* Except for instantiating and setting it up outside of the APM like
  it's done in the AudioMixer.

Bug: webrtc:7494
Change-Id: I506e93b6687221ac467f083fa8db3d45c98c1b83
Reviewed-on: https://webrtc-review.googlesource.com/95426
Commit-Queue: Alex Loiko <aleloi@webrtc.org>
Reviewed-by: Per Åhgren <peah@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24432}
2018-08-24 15:54:43 +00:00
api AEC3: Removing more dead code from the suppressor 2018-08-24 10:25:00 +00:00
audio Revert "Update packetsLost and jitter stats any time a packet is received." 2018-08-22 00:00:33 +00:00
build_overrides Add phoglund@ to various OWNERS and remove kjellander@ 2017-10-19 09:21:12 +00:00
call Remove temporary SetConfig method from NetworkSimulatioInterface. 2018-08-23 10:08:35 +00:00
common_audio Move spl_sqrt_floor dep to proper third_party directory 2018-08-07 10:33:13 +00:00
common_video Add accessor methods for RTP timestamp of EncodedImage. 2018-08-21 09:15:51 +00:00
data WebRTC: Replace ProjectRootPath by ResourcePath 2016-11-22 18:43:05 +00:00
examples Reland "Update video_quality_analysis to align videos instead of using barcodes" 2018-08-24 13:21:18 +00:00
infra Revert "Remove linux_internal_compile_lite from CQ." 2018-08-16 06:31:58 +00:00
logging Print timestamp-to-UTC map when event_log starts. 2018-08-10 10:04:12 +00:00
media Enable video adaptation for all screenshare content 2018-08-24 12:02:03 +00:00
modules Optionally disable digital adaptive AGC2. 2018-08-24 15:54:43 +00:00
ortc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
p2p Support domain name ICE candidates 2018-08-24 04:54:43 +00:00
pc Add support for enabling simulcast in "Plan B" using MediaConstraints. 2018-08-24 09:55:59 +00:00
resources Add Y4mFileReader 2018-08-23 09:56:02 +00:00
rtc_base Remove old sigslot.h header 2018-08-23 08:35:03 +00:00
rtc_tools Fix a bug in barcode_decoder.py 2018-08-24 15:36:46 +00:00
sdk Add VideoEncoder::Settings::numberOfSimulcastStreams. 2018-08-24 14:40:04 +00:00
stats Reimplement rtc::ToString and rtc::FromString without streams. 2018-08-16 16:14:01 +00:00
style-guide Add style guide rule about paired .h and .cc files 2018-03-14 13:02:35 +00:00
system_wrappers Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
test Remove assumption that all video codecs are known. 2018-08-24 08:01:03 +00:00
tools_webrtc Remove client.webrtc.branches. 2018-08-24 08:19:37 +00:00
video Fix VideoSendStreamImpl::OnPacketFeedbackError: operator precedence. 2018-08-22 16:56:53 +00:00
.clang-format Tune ObjC clang-format configuration 2017-05-11 09:14:18 +00:00
.git-blame-ignore-revs Let git-hyper-blame ignore format commit. 2018-06-20 09:26:44 +00:00
.gitignore Roll back checking in the third_party directory 2018-06-27 13:04:08 +00:00
.gn Re-enable gtest absl pretty printers. 2018-08-13 13:54:05 +00:00
.vpython Add vpython dependencies needed to run presubmit tests on LUCI 2018-05-18 08:10:25 +00:00
AUTHORS Add certificate generate/set functionality to bring iOS closer to JS API 2018-08-13 22:25:15 +00:00
BUILD.gn Do not use FakeNetworkPipe::SetConfig. 2018-08-16 14:23:29 +00:00
CODE_OF_CONDUCT.md Add code of conduct to WebRTC repo 2017-05-16 12:09:13 +00:00
codereview.settings Make Gerrit the default for WebRTC changes 2017-09-29 01:38:07 +00:00
common_types.h Delete webrtc::PacketTime and backwards compatibility. 2018-08-17 15:14:03 +00:00
DEPS Roll chromium_revision c86aa801eb..ca3a5e1cbb (585622:585726) 2018-08-24 07:05:57 +00:00
LICENSE Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
license_template.txt
native-api.md Add documentation for WEBRTC_EXCLUDE_BUILT_IN_SSL_ROOT_CERTS. 2018-08-21 13:29:36 +00:00
OWNERS Add mbonadei@ to build configs OWNERS. 2018-06-20 12:39:11 +00:00
PATENTS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
presubmit_test_mocks.py Reland: Add presubmit check for changes in 3pp 2018-05-22 13:11:18 +00:00
presubmit_test.py Fixing py lint errors 2018-07-23 15:28:48 +00:00
PRESUBMIT.py Remove memcheck. 2018-08-07 07:40:08 +00:00
pylintrc Fixing py lint errors 2018-07-23 15:28:48 +00:00
README.chromium Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
README.md Tell users where they can find the native API headers 2017-11-14 10:36:46 +00:00
style-guide.md Add style guidance about forward declarations. 2018-03-28 20:58:27 +00:00
WATCHLISTS Add steveanton to WATCHLISTS for api/ and pc/ 2018-08-23 17:47:35 +00:00
webrtc.gni Add Chromium default values for rtc_exclude_field_trial_default. 2018-08-22 09:05:37 +00:00
whitespace.txt Whitespace change 2018-02-23 10:34:16 +00:00

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

Authoritative list of directories that contain the native API header files.

More info