Refactor mkdocs.yml and add new documentation for workflow configuration and voice customization

- Restructured the navigation in mkdocs.yml to improve organization, introducing subcategories for assistant creation and component libraries.
- Added new documentation for workflow configuration options, detailing setup and best practices.
- Introduced new sections for voice recognition and generation, outlining configuration items and recommendations for optimal performance.
This commit is contained in:
Xin Wang
2026-03-04 11:21:33 +08:00
parent d03b3b0e0c
commit 947af3a525
4 changed files with 129 additions and 9 deletions

View File

@@ -0,0 +1,24 @@
# 语音识别
语音识别ASR负责将用户音频实时转写为文本供对话引擎理解。
## 配置项
| 配置项 | 说明 |
|---|---|
| ASR 引擎 | 选择语音识别服务提供商 |
| 模型 | 识别模型名称 |
| 语言 | 中文/英文/多语言 |
| 热词 | 提升特定词汇识别准确率 |
| 标点与规范化 | 是否自动补全标点、文本规范化 |
## 建议
- 客服场景建议开启热词并维护业务词表
- 多语言场景建议按会话入口显式指定语言
- 对延迟敏感场景优先选择流式识别模型
## 相关文档
- [语音配置总览](voices.md)