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
+21
View File
@@ -0,0 +1,21 @@
{
"id": "faster-whisper",
"name": "Faster Whisper ASR",
"version": "0.1.0",
"capability": "asr",
"repo_dir": "wov-node-whisper",
"command": ["python", "-m", "wov_node_whisper"],
"env": {
"WOV_NODE_PORT": "0"
},
"input_schema": {
"audio_uri": "file"
},
"output_schema": {
"srt_uri": "file"
},
"max_concurrency": 1,
"idle_ttl_seconds": 300,
"health_timeout_seconds": 30,
"keep_warm": false
}