Commit 6447cd5b authored by Xiaohui Chen's avatar Xiaohui Chen Committed by Commit Bot

assistant: turn on voice match

Bug: 120666177
Test: locally build and see voice model retraining works.
Change-Id: Ieaff9f11cb1e879a65064001d5455b6f2d325f22
Reviewed-on: https://chromium-review.googlesource.com/c/1423659Reviewed-by: default avatarTao Wu <wutao@chromium.org>
Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#625351}
parent 8d83ac63
...@@ -11,7 +11,7 @@ namespace assistant { ...@@ -11,7 +11,7 @@ namespace assistant {
namespace features { namespace features {
const base::Feature kAssistantVoiceMatch{"AssistantVoiceMatch", const base::Feature kAssistantVoiceMatch{"AssistantVoiceMatch",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAssistantWarmerWelcomeFeature{ const base::Feature kAssistantWarmerWelcomeFeature{
"AssistantWarmerWelcome", base::FEATURE_ENABLED_BY_DEFAULT}; "AssistantWarmerWelcome", base::FEATURE_ENABLED_BY_DEFAULT};
......
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