PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.57k stars 1.81k forks source link

asr server 不支持混合语音模型什么时候修复 #3792

Open jianghuakun opened 1 month ago

jianghuakun commented 1 month ago

General Question

Ray961123 commented 1 month ago

开发者你好,感谢关注 PaddleSpeech 开源项目,抱歉给你带来了不好的开发体验,目前开源项目维护人力有限,你可以尝试通过修改 PaddleSpeech 源码的方式自己解决,或请求开源社区其他开发者的协助。飞桨开源社区交流频道:飞桨AI Studio星河社区-人工智能学习与实训社区

zxcd commented 4 weeks ago

asr的中英混合模型暂时没有能支持实时的版本,如果你比较着急使用可以尝试自己训练一个。

jianghuakun commented 3 weeks ago

asr的中英混合模型暂时没有能支持实时的版本,如果你比较着急使用可以尝试自己训练一个。 有计划增加这个功能不?

zxcd commented 3 weeks ago

可以尝试https://github.com/PaddlePaddle/PaddleSpeech/pull/3230 看是否能满足你的需求