Commit dd27f2fb authored by aluebs's avatar aluebs Committed by Commit bot

Enable beamforming in Swanky

BUG=405270

Review URL: https://codereview.chromium.org/816353011

Cr-Commit-Position: refs/heads/master@{#313169}
parent d6300bd0
...@@ -528,8 +528,7 @@ void MediaStreamAudioProcessor::ConfigureBeamforming(webrtc::Config* config) { ...@@ -528,8 +528,7 @@ void MediaStreamAudioProcessor::ConfigureBeamforming(webrtc::Config* config) {
enabled = true; enabled = true;
geometry.push_back(webrtc::Point(0.050f, 0.f, 0.f)); geometry.push_back(webrtc::Point(0.050f, 0.f, 0.f));
} else if (board == "swanky") { } else if (board == "swanky") {
// TODO(aluebs): Verify beamforming works on Swanky and enable. enabled = true;
enabled = false;
geometry.push_back(webrtc::Point(0.052f, 0.f, 0.f)); geometry.push_back(webrtc::Point(0.052f, 0.f, 0.f));
} }
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment