cat-shark
2c3c356348
feat: whisper 节点自动接入自适应 VAD + 方案文档
- nodes/whisper.py:invoke 检测到 vad_filter=true 且未显式传 vad_parameters
且 WOV_AUTO_VAD=1 时,自动调用 vad_profiler.vad_parameters_for_audio 按
本音频信号动态确定 VAD 参数并传给 transcribe;分析失败回退默认不中断转写
(防御性,不影响整段流程)。
- tests/test_nodes.py:新增自动 VAD 异常回退测试(patch profiler 抛错,
验证 whisper 正常转写 + transcribe 收到 vad_parameters=None)。
- docs/adaptive_vad.md:完整方案文档(背景/可行性/三层架构/参数建议规则/
评分器/实现落点/取舍/实现状态)。
2026-09-06 08:15:13 +08:00
..
2026-09-03 08:22:42 +08:00
2026-09-05 22:32:15 +08:00
2026-08-19 01:27:41 +08:00
2026-08-16 23:58:25 +08:00
2026-08-23 16:25:17 +08:00
2026-09-03 08:22:42 +08:00
2026-08-16 23:58:25 +08:00
2026-08-23 16:25:09 +08:00
2026-08-16 23:58:25 +08:00
2026-09-05 22:32:40 +08:00
2026-09-05 19:36:23 +08:00
2026-09-05 19:36:23 +08:00
2026-08-17 23:20:11 +08:00
2026-08-16 23:58:25 +08:00
2026-08-16 23:58:25 +08:00
2026-08-16 23:58:25 +08:00
2026-08-23 16:25:13 +08:00
2026-08-23 16:25:09 +08:00
2026-08-16 23:58:25 +08:00
2026-09-06 08:15:13 +08:00
2026-08-23 16:25:18 +08:00
2026-09-05 22:32:40 +08:00
2026-08-16 23:58:25 +08:00
2026-08-19 01:27:41 +08:00
2026-08-16 23:58:25 +08:00
2026-08-19 01:27:41 +08:00
2026-09-05 19:36:47 +08:00
2026-08-16 23:58:25 +08:00
2026-09-06 08:14:59 +08:00
2026-08-16 23:58:25 +08:00