This reverts commit a167212657f8450296ac518162ef0b28ba4214c5. Reason for revert: Breaks Chromium build. Log: https://ci.chromium.org/buildbot/chromium.webrtc.fyi/ios-device/ Writing """\ additional_target_cpus = [ "arm64" ] goma_dir = "/b/c/goma_client" ios_enable_code_signing = false is_component_build = false is_debug = false target_cpu = "arm" target_os = "ios" use_goma = true """ to /b/c/b/ios_device/src/out/Release-iphoneos/args.gn. /b/c/b/ios_device/src/buildtools/mac/gn gen //out/Release-iphoneos --check -> returned 1 ERROR at //third_party/webrtc/sdk/BUILD.gn:108:9: Can't load input file. "../../rtc_base:checks", ^---------------------- Unable to load: /b/c/b/ios_device/src/third_party/rtc_base/BUILD.gn I also checked in the secondary tree for: /b/c/b/ios_device/src/build/secondary/third_party/rtc_base/BUILD.gn Original change's description: > Moving iOS Audio Device to sdk. > > This change forks the existing iOS audio device module and audio device > from modules/audio_device/ into sdk/objc/Framework. It also updates > RTCPeerConnectionFactory to use the forked implementation. > > The unit tests are re-implemented as XCTests. > > Bug: webrtc:9120 > Change-Id: Ie60cafae796efbd7966d21ff6877c92cbe850fb7 > Reviewed-on: https://webrtc-review.googlesource.com/67300 > Reviewed-by: Kári Helgason <kthelgason@webrtc.org> > Commit-Queue: Peter Hanspers <peterhanspers@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#23163} TBR=andersc@webrtc.org,kthelgason@webrtc.org,peterhanspers@webrtc.org Change-Id: Iebe52e9775409a3bdd6d5e44f4f985d56b859cbe No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:9120 Reviewed-on: https://webrtc-review.googlesource.com/75220 Reviewed-by: Max Morin <maxmorin@webrtc.org> Commit-Queue: Max Morin <maxmorin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23166}
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
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
Description
The idea is to make CMake build for WebRTC m130 version - for audio processing module
Languages
C++
90.3%
Java
2.9%
C
2.2%
Objective-C++
2%
Python
1.3%
Other
1%