PaddleSpeech icon indicating copy to clipboard operation
PaddleSpeech copied to clipboard

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 a...

Results 289 PaddleSpeech issues
Sort by recently updated
recently updated
newest added

大家好,非常高兴地告诉大家,第六期 PaddlePaddle Hackathon 正式开始。活动详细信息可参考 [PaddlePaddle Hackathon 说明](https://github.com/PaddlePaddle/docs/blob/develop/docs/guides/10_contribution/hackathon_cn.md)。 本次活动也包含了**飞桨护航计划集训营**赛道:开发者提交简历&通过面试后,以远程的方式深度参与飞桨开源项目开发课题,成果以 PR(Pull Requests)的形式贡献到指定代码仓库,实训期 3 个月(每周开发时间至少 25h),奖金 3-5 🌟。详情见[第六期黑客松护航计划集训营活动说明](https://github.com/PaddlePaddle/docs/blob/develop/docs/guides/10_contribution/hackathon_cn.md#2-飞桨护航计划集训营) 其中,**飞桨护航计划集训营**中新增了一个项目:[PaddleSpeech 套件能力建设](https://github.com/PaddlePaddle/community/blob/master/hackathon/hackathon_6th/【Hackathon%206th】飞桨护航计划集训营项目合集.md#项目二十七paddlespeech-套件能力建设),旨在招募 2 名有志之士对参与 Paddle Speech 套件维护与升级。若有兴趣,可直接在 https://github.com/PaddlePaddle/Paddle/issues/62906 下报名。

中英文混合的TTS要么英文乱说的,要么直接跳过,有的模型直接生成TTS失败。

Bug
T2S

输入文本达到一定长度崩溃 输入: {262, 44, 151, 74, 182, 82, 240, 177, 213, 37, 184, 40, 202, 180, 175, 52, 154, 55, 71, 54, 37, 186, 40, 42, 40, 7, 261, 10,...

Bug
T2S

conformer_talcs 是否能做到。conformer_talcs支持的语音转换到底是什么意思呢?

feature request

``` (cad) (deepspeech-venv) root@8ikb0p7c24u18-0:/bjzhyai03/bohan/PaddleSpeech# paddlespeech asr --lang zh --input zh.wav /root/miniconda3/envs/cad/lib/python3.8/site-packages/setuptools/sandbox.py:14: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources /root/miniconda3/envs/cad/lib/python3.8/site-packages/pkg_resources/__init__.py:2832: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('mpl_toolkits')`. Implementing implicit...

Bug
S2T

Are there any plans to launch vits in Chinese TTS?

feature request

![image](https://github.com/PaddlePaddle/PaddleSpeech/assets/58422800/6262b94d-c25b-4c2c-825b-43be7338432d)

Question

你好! 我在进行这个实验时https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/aishell/asr1 在stage1提前结束了训练,再进行stage2获取最佳模型时,出现如题的错误。 ![image](https://github.com/PaddlePaddle/PaddleSpeech/assets/45581281/1cbf9994-0fe7-4d31-aadc-7fa9a2707ecc) 我查看了路径下是有保存模型的 ![image](https://github.com/PaddlePaddle/PaddleSpeech/assets/45581281/fd5326fd-3063-4e69-93c6-d1b940dddb40) 请问有什么方法可以解决吗

Question

使用ASR Websocket方式(ws://{server}:{port}/paddlespeech/asr/streaming)传入MP3音频数据返回一两次result:“”后websocket直接断开,{status:1006, reason: ""}。 但是发送{ "name": "test.mp3", "signal": "start", "nbest": 1 } 又是返回 {status: 'ok', signal: 'server_ready' }。 同样方式,换成 .wav,没有问题。 所以是不支持 mp3,还是bug? 相关关键代码如下(uniapp小程序) ``` this.recorder.start({ duration: 20000, numberOfChannels: 1, format:...

Question