docs: clarify Voice Wake runs on-device
parent
46d55a8ada
commit
46ed4f2de1
|
|
@ -2130,7 +2130,7 @@ struct VoiceWakeSettings: View {
|
||||||
VStack(alignment: .leading, spacing: 14) {
|
VStack(alignment: .leading, spacing: 14) {
|
||||||
SettingsToggleRow(
|
SettingsToggleRow(
|
||||||
title: "Enable Voice Wake",
|
title: "Enable Voice Wake",
|
||||||
subtitle: "Listen for a wake phrase (e.g. \"Claude\") before running voice commands.",
|
subtitle: "Listen for a wake phrase (e.g. \"Claude\") before running voice commands. Voice recognition runs fully on-device.",
|
||||||
binding: self.$state.swabbleEnabled)
|
binding: self.$state.swabbleEnabled)
|
||||||
.disabled(!voiceWakeSupported)
|
.disabled(!voiceWakeSupported)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue