Committed by
GitHub
Add C++ and Python support for ten-vad (#2377)
This PR adds support for the TEN VAD model alongside the existing Silero VAD in both C++ and Python interfaces. - Introduces TenVadModelConfig with Python bindings and integrates it into VadModelConfig. - Implements TenVadModel in C++ and extends the factory (VadModel::Create) and detector logic to choose between Silero and TEN VAD. - Updates build files (CMake), fixes a spelling typo, and extends the Python example script to demonstrate --ten-vad-model.
正在显示
20 个修改的文件
包含
902 行增加
和
49 行删除
sherpa-onnx/csrc/ten-vad-model-config.cc
0 → 100644
sherpa-onnx/csrc/ten-vad-model-config.h
0 → 100644
sherpa-onnx/csrc/ten-vad-model.cc
0 → 100644
sherpa-onnx/csrc/ten-vad-model.h
0 → 100644
-
请 注册 或 登录 后发表评论