Skip to content

Commit fd2426d

Browse files
committed
docs: update docs
1 parent c01de9c commit fd2426d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ graph TD
9797
> 如果你是 windows 用户,请使用 WSL 运行本项目。
9898
9999
### Mode
100-
首先介绍本项目三种不同的处理模式:
100+
首先介绍本项目三种不同的处理模式:(以下特指 asr_method="deploy" 的情况,如填"none"或者"api"则不涉及 GPU, 可以忽略对 GPU 的描述)
101101
1. `pipeline` 模式(默认): 目前最快的模式,需要 GPU 支持,最好在 `blrec` 设置片段为半小时以内,asr 识别和渲染并行执行,分 p 上传视频片段。
102102
![](https://cdn.jsdelivr.net/gh/timerring/scratchpad2023/2024/2024-12-11-17-33-15.png)
103103
2. `append` 模式: 基本同上,但 asr 识别与渲染过程串行执行,比 pipeline 慢预计 25% 左右,对 GPU 显存要求较低,兼顾硬件性能与处理上传效率。

settings.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ room_id = 173551
77
enable_monitor = true
88
enable_recorder = true
99

10+
[[tasks]]
11+
room_id = 7734200
12+
enable_monitor = true
13+
enable_recorder = true
14+
1015
[output]
1116
path_template = "{roomid}/{roomid}_{year}{month}{day}-{hour}-{minute}-{second}" # Don't change this
1217
filesize_limit = 0

0 commit comments

Comments
 (0)