From 84cc5bbc22924642d19d33c2b81b70e939fde49b Mon Sep 17 00:00:00 2001 From: impressionyang Date: Tue, 12 May 2026 16:58:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20README=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=8A=B6=E6=80=81=20(VAD=20+=20=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd825c7..dc77f8a 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,8 @@ ctest - [x] 日志系统 (控制台 + 文件输出) - [x] 批量文件转写 (支持 WAV/MP3/FLAC) - [x] 音频重采样 (非 16kHz 音频自动重采样) +- [x] 语音活动检测 (VAD — 短时能量 + 过零率) +- [x] 单元测试框架 (Catch2, 39 个测试用例) - [ ] 完整 Whisper 推理 (自回归解码 + 流式识别) - [ ] 跨平台打包