You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More debugging features and Azure SDK options that doesn't interest normal users.
52
53
- ❌ Mixed language speech recognition
53
54
It's much better to skip the language detection phase and perform mixed language speech recognition directly to avoid initial delay. Unfortunately Azure SDK doesn't support this yet.
54
55
- ❌ Add a GUI menu window to start/stop recognition instead of solely rely on hotkeys.
@@ -84,7 +85,8 @@ Note: If your current input language is set to Chinese, you can select character
84
85
"SendTrailingSpace": false,
85
86
"ChineseChatMode": false,
86
87
"ForceCapitalizeFirstAlphabet": true,
87
-
"ShowListeningOverlay": true
88
+
"ShowListeningOverlay": true,
89
+
"UseSwitchConfigKey": false
88
90
}
89
91
```
90
92
@@ -110,6 +112,7 @@ Make sure to replace `<paste-your-subscription-key>` and `<paste-your-region>` t
110
112
-`ChineseChatMode`: Replaces Chinese comma (`,`) into English whitespace (``), and removes Chinese period (`。`).
111
113
-`ForceCapitalizeFirstAlphabet`: Force capitalization of the first English alphabet in a sentence. This allows better user experience when `InputIncrementally` is enabled.
112
114
-`ShowListeningOverlay`: Determines whether to show an indicator microphone overlay window when the program is listening.
115
+
-`UseSwitchConfigKey`: Determines whether to enable switching between configs with `Alt+0`, `Alt+1`, and so on.
0 commit comments