feat(voice): add voice silence duration configuration

This commit is contained in:
cogwheel0
2025-11-05 00:33:17 +05:30
parent a3b5c4f5b7
commit 1bb2cbae25
13 changed files with 145 additions and 14 deletions

View File

@@ -1259,6 +1259,14 @@
"@sttServerUnavailableWarning": {
"description": "Warning shown when the user selects server speech recognition but no server is available."
},
"sttSilenceDuration": "Silence Duration",
"@sttSilenceDuration": {
"description": "Label for the silence duration setting in server speech-to-text."
},
"sttSilenceDurationDescription": "Time to wait after silence before auto-stopping recording",
"@sttSilenceDurationDescription": {
"description": "Description for the silence duration slider in server speech-to-text settings."
},
"ttsEngineLabel": "Engine",
"@ttsEngineLabel": {
"description": "Label for selecting the text-to-speech engine."