We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faed1fc commit d65e260Copy full SHA for d65e260
3 files changed
README.md
@@ -31,4 +31,8 @@ npm run tauri dev
31
32
首次使用时,需要在设置页填写豆包 ASR 所需配置。
33
34
+默认情况下,`Resource ID` 和 `WebSocket URL` 已内置为豆包链路的默认值;通常只需要补充你自己的 `App ID` 和 `Access Token`。
35
+
36
+可参考该链接获得: https://shandianshuo.featurebase.app/help/articles/3522055-jie-ru-yun-duan-yu-yin-mo-xing-jiao-cheng
37
38
如果启用 AI 文本优化,还需要额外填写兼容 OpenAI API 的模型配置。
src-tauri/tauri.conf.json
@@ -35,7 +35,8 @@
"icon": [
"icons/32x32.png",
"icons/128x128.png",
- "icons/icon.png"
+ "icons/icon.png",
39
+ "icons/icon.ico"
40
]
41
}
42
test_audio.wav
156 KB
0 commit comments