feat: 完成 faster-whisper 转写节点

This commit is contained in:
cat-shark
2026-08-08 21:04:19 +08:00
commit 206275f7d6
8 changed files with 1074 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# WOV Whisper Node
使用 faster-whisper 将音频转写为 SRT 字幕。
## 输入
- `audio_uri`16kHz 单声道音频。
- 参数:`language``model_path``device``compute_type``beam_size``vad_filter`
## 输出
- `srt_uri`:生成的 SRT。
## 安装模型依赖
```powershell
uv add faster-whisper
```
Linux 上同样在 `wov-node-whisper` 目录执行 `uv add faster-whisper`;节点管理器会自动使用该仓库 `.venv/bin/python` 启动节点。