Files
wov-node-whisper/AGENTS.md
T

21 lines
485 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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` 启动节点。