Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: content/renderer/media/media_stream_audio_processor.cc

Issue 816353011: Enable beamforming in Swanky (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_stream_audio_processor.cc
diff --git a/content/renderer/media/media_stream_audio_processor.cc b/content/renderer/media/media_stream_audio_processor.cc
index a4067ac4c166ca56f594a089a367bc81a527d558..158f245e770f39577e00d613c1d2e2a42f9aff9e 100644
--- a/content/renderer/media/media_stream_audio_processor.cc
+++ b/content/renderer/media/media_stream_audio_processor.cc
@@ -528,8 +528,7 @@ void MediaStreamAudioProcessor::ConfigureBeamforming(webrtc::Config* config) {
enabled = true;
geometry.push_back(webrtc::Point(0.050f, 0.f, 0.f));
} else if (board == "swanky") {
- // TODO(aluebs): Verify beamforming works on Swanky and enable.
- enabled = false;
+ enabled = true;
geometry.push_back(webrtc::Point(0.052f, 0.f, 0.f));
}
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698