forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[getUserMedia] Add support for opening audio devices with different s…
…ettings. The current implementation limits the capabilities of already opened devices to the currently configured settings. For example, if a device is opened with echo cancellation enabled, it is not possible to reopen the same device with echo cancellation disabled. This CL aims at allowing to open the same device using getUserMedia for echo cancellation (excluding HW echo cancellation). TEST=manually tested with https://codepen.io/anon/pen/EzwjoG and https://codepen.io/anon/pen/mYRjZJ BUG=796964 Change-Id: I0b26e787df3af125939500ea9d4e5cd2757f1229 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1624908 Commit-Queue: Armando Miraglia <armax@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#683569}
- Loading branch information
Armando Miraglia
authored and
Commit Bot
committed
Aug 2, 2019
1 parent
69fc937
commit 233be4f
Showing
28 changed files
with
636 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.