feat: 语音选择

This commit is contained in:
DDMeaqua
2024-10-14 11:28:33 +08:00
parent 5e514c5655
commit b91c224d75
4 changed files with 9 additions and 7 deletions

View File

@@ -95,7 +95,7 @@ export const DEFAULT_CONFIG = {
sttConfig: {
enable: true,
engine: DEFAULT_STT_ENGINE,
language: DEFAULT_STT_LANGUAGE,
lang: DEFAULT_STT_LANGUAGE,
},
};