Committed by
GitHub
Add C++ and Python support for T-one streaming Russian ASR models (#2575)
This PR adds support for T-one streaming Russian ASR models in both C++ and Python APIs. The T-one model is a CTC-based Russian speech recognition model with specific characteristics including float16 state handling, 300ms frame lengths, and 8kHz sampling rate. - Added new OnlineToneCtcModel implementation with specialized processing for T-one models - Integrated T-one support into the existing CTC model pipeline and Python bindings - Added Python example and test scripts for the new functionality
正在显示
37 个修改的文件
包含
962 行增加
和
60 行删除
sherpa-onnx/csrc/online-t-one-ctc-model.cc
0 → 100644
sherpa-onnx/csrc/online-t-one-ctc-model.h
0 → 100644
-
请 注册 或 登录 后发表评论