feat: add streaming for stt

This commit is contained in:
jialin
2026-03-17 16:35:55 +08:00
committed by jialin
parent 39bcc158bb
commit 49a60c25af
12 changed files with 311 additions and 42 deletions
+2 -1
View File
@@ -166,5 +166,6 @@ export default {
'输入一个参考音频的 URL,或上传一个音频文件。',
'playground.params.refAudio.text': '参考音频文本(用于上下文学习模式)',
'playground.params.refAudio.vectorMode':
'仅使用说话人嵌入(不使用上下文学习)'
'仅使用说话人嵌入(不使用上下文学习)',
'playground.params.streamMode': '启用流式输出'
};