feat: #3110 add voice control

This commit is contained in:
Yidadaa
2023-11-14 03:42:23 +08:00
parent 9da455a7ea
commit d1d8b1f393
13 changed files with 273 additions and 9 deletions

View File

@@ -64,6 +64,8 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
bn: "বাংলা",
};
export const SPEECH_LANG_OPTIONS: Record<Lang, string> = {};
const LANG_KEY = "lang";
const DEFAULT_LANG = "en";