feat: 集成语音识别

This commit is contained in:
2026-05-14 17:42:49 +08:00
parent 29338ec706
commit 11c1a3401d
7 changed files with 735 additions and 5 deletions

6
src/constant/speech.js Normal file
View File

@@ -0,0 +1,6 @@
// App 端 yao-asdRealSpeech 使用的阿里云 DashScope 实时语音识别配置。
// 将 apikey 填成实际的 DashScope API Key 后App 端语音识别即可发起连接。
export const appSpeechRecognitionOptions = {
apikey: "SnoHqdtJ832riRg4",
language_hints: ["zh"],
};