Commit 1060c550 authored by Henrik Grunell's avatar Henrik Grunell Committed by Commit Bot

Enable IncreaseInputAudioBufferSize experiment by default.

Bug: 830624, 826664
Change-Id: I28610bc94481ae2c3d843cbba1f2b61c9397cac5
Reviewed-on: https://chromium-review.googlesource.com/c/1350911Reviewed-by: default avatarOskar Sundbom <ossu@chromium.org>
Reviewed-by: default avatarMax Morin <maxmorin@chromium.org>
Commit-Queue: Henrik Grunell <grunell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#610885}
parent 3599daa6
...@@ -18,7 +18,7 @@ const base::Feature kCrOSSystemAEC{"CrOSSystemAEC", ...@@ -18,7 +18,7 @@ const base::Feature kCrOSSystemAEC{"CrOSSystemAEC",
#if defined(OS_WIN) #if defined(OS_WIN)
// Increases the input audio endpoint buffer size. http://crbug.com/830624. // Increases the input audio endpoint buffer size. http://crbug.com/830624.
const base::Feature kIncreaseInputAudioBufferSize{ const base::Feature kIncreaseInputAudioBufferSize{
"IncreaseInputAudioBufferSize", base::FEATURE_DISABLED_BY_DEFAULT}; "IncreaseInputAudioBufferSize", base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
} // namespace features } // namespace features
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