-
Notifications
You must be signed in to change notification settings - Fork 7
feat: add doc for development of asr extension #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for ten-framework-portal ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| - `dump_path`: 字符串,音频 dump 的存储路径 | ||
|
|
||
| **扩展配置**(实现相关): | ||
| - `params`: 对象,供应商相关配置项(如 `api_key`、`language`、`model` 等) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把必填的配置项声明在manifest.json 中,写清楚建议行为
| - 适用于需要完整音频处理的场景 | ||
|
|
||
| 我们推荐使用保持模式,这样可以保证时间戳计算的准确性,避免因为丢音频导致时间戳偏小,影响对话效果。 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
增加一个extension功能概览, 整个pipeline中的位置。 基类和子类的关系和定位
|
|
||
| ### 重连机制 | ||
|
|
||
| 创建 `reconnect_manager.py` 实现智能重连: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
争取复用
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
| @@ -0,0 +1,881 @@ | |||
| --- | |||
| title: Create an ASR Extension | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it support directories? Adding one would be better.
No description provided.