feat(engine): 字幕引擎添加在终端直接显示字幕的功能

This commit is contained in:
himeditator
2025-11-01 21:06:28 +08:00
parent 77726753bb
commit e6a65f8362
5 changed files with 49 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ Python 端监听到的音频流转换为的字幕数据。
{
command: "translation",
time_s: string,
text: string,
translation: string
}
```