Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate get decibel full scale and option of manual recording contr… #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
url = https://github.com/webrtc-uwp/usrsctp.git
[submodule "webrtc/xplatform/webrtc"]
path = webrtc/xplatform/webrtc
url = https://github.com/webrtc-uwp/webrtc.git
url = https://github.com/navrkald/zzz-obsolete.webrtc.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

navrkald/zzz-obsolete.webrtc.git [](start = 26, length = 32)

This doesn't seem related to the claim in the description.

branch = UWP_decibel_fullscale
[submodule "webrtc/xplatform/chromium-pruned"]
path = webrtc/xplatform/chromium-pruned
url = https://github.com/webrtc-uwp/chromium-pruned.git
Expand Down Expand Up @@ -60,13 +61,15 @@ url=https://github.com/webrtc-uwp/googlemock.git
url = https://chromium.googlesource.com/external/webrtc/deps/third_party/winsdk_samples_v71
[submodule "common/windows/samples/PeerCC"]
path = common/windows/samples/PeerCC
url = https://github.com/webrtc-uwp/PeerCC.git
url = https://github.com/navrkald/PeerCC.git
branch = decibel_fullscale
[submodule "common/windows/samples/ChatterBox"]
path = common/windows/samples/ChatterBox
url = https://github.com/webrtc-uwp/ChatterBox.git
[submodule "webrtc/windows"]
path = webrtc/windows
url = https://github.com/webrtc-uwp/webrtc-windows.git
url = https://github.com/navrkald/webrtc-windows.git
branch = decibelFullScale_and_manual_microphone_control
[submodule "common/windows/samples/AppRTC"]
path = common/windows/samples/AppRTC
url = https://github.com/webrtc-uwp/AppRTC.git
Expand Down
2 changes: 1 addition & 1 deletion bin
Submodule bin updated from 3d0217 to 5cf239
2 changes: 1 addition & 1 deletion common/windows/samples/PeerCC