feat(asr): 接入 AssemblyAI 和 Deepgram 实时语音转写供应商#846
Closed
lvsao wants to merge 3 commits into
Closed
Conversation
Contributor
PR Reviewer Guide 🔍(Review updated until commit a75c6c5)Here are some key observations to aid the review process:
|
3 tasks
Contributor
|
Persistent review updated to latest commit a75c6c5 |
1 similar comment
Contributor
|
Persistent review updated to latest commit a75c6c5 |
Collaborator
|
提交一个PR,你连测试都不带跑的就放上来你尊重人吗你😡😡😡 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
摘要
接入 AssemblyAI 和 Deepgram 两个实时语音转写(Realtime ASR)供应商,扩展 openless 的语音识别能力。
新增
修复
兼容
测试计划
PR Type
Enhancement, Bug fix
Description
Add AssemblyAI and Deepgram realtime ASR providers
Integrate new providers into coordinator and validation
Fix Deepgram server close misinterpretation as success
Skip final result await for silent Deepgram validation
Diagram Walkthrough
File Walkthrough
6 files
Add AssemblyAI streaming ASR moduleAdd Deepgram streaming ASR moduleRegister AssemblyAI and Deepgram modulesAdd validation functions for new providersAdd AssemblyAI/Deepgram enum variants and wiringImplement startup logic for new ASR providers5 files
Add English labels for AssemblyAI/DeepgramAdd Japanese labels for AssemblyAI/DeepgramAdd Korean labels for AssemblyAI/DeepgramAdd Chinese (Simplified) labels for new ASRsAdd Chinese (Traditional) labels for new ASRs1 files
Add AssemblyAI/Deepgram provider presets