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

可以有全中文的文档吗,英语真的看不懂

Documentation

一般是因为系统环境问题,可能是某个系统库没有安装,可以查看 `--temp_directory` 路径下的 logging 文件, 如果使用 MFA 时未指定 `--temp_directory`, 默认路径在 `${HOME}/Documents/MFA` ![1621663831963_ pic](https://user-images.githubusercontent.com/24568452/191685777-82750ffa-30de-459a-bc6e-d9d349fd484d.jpg) ![8861663830996_ pic](https://user-images.githubusercontent.com/24568452/191686894-51e4b373-d22e-4598-a7ff-921e2a615f91.jpg) ![8841663830901_ pic](https://user-images.githubusercontent.com/24568452/191686853-75fb1192-08c1-45f9-9b6b-1125f7217764.jpg)

Bug
T2S

请问声纹识别复现的是without s-norm的model吗?with s-norm的代码没有吗?

Question
Vector

我在尝试用pyinstaller打包后运行遇到一个问题 > Traceback (most recent call last): File "DSY_PaddleSpeech.py", line 12, in File "paddlespeech\cli\utils.py", line 328, in _warpper File "paddlespeech\cli\asr\infer.py", line 473, in __call__ File "paddlespeech\cli\asr\infer.py", line 146, in _init_from_path...

Question

PR types update PR changes update finetune process Describe update finetune process

README
Example

### PR types New features ### PR changes Others ### Describe u2pp support static export

README
Example
conflicts
S2T
Audio
Test
Server

## General Question Hello,我微调asr模型后,部署自己微调后模型报错,一直未能解决,请帮忙指点下啊,感谢。 使用Python的进行调用, 调用如下 text = asr_executor( output_name, model='conformer_wenetspeech-zh-16k', config='/home/formal_ai/www/PaddleSpeech-develop/examples/aishell/asr1/conf/conformer1.yaml', ckpt_path='/home/formal_ai/www/PaddleSpeech-develop/examples/aishell/asr1/exp/conformer/checkpoints/5', device=paddle.get_device()) 报错: [2022-09-20 15:15:59,625] [ INFO] - checking the audio file format...... [2022-09-20 15:15:59,628] [ INFO] -...

Question
S2T

`👏🏻 2022.05.06: PaddleSpeech Streaming Server is available for Streaming ASR with Punctuation Restoration and Token Timestamp and Text-to-Speech.` 请问为什么本地的ASRExecutor识别没有Timestamp功能?未来是否会添加,谢谢!

feature request
S2T

### PR types One of New features ### PR changes One of Models ### Describe create a new faster model for cli

README
CLI
Text

``` git clone PaddleSpeech cd PaddleSpeech # 安装依赖,安装过了可忽略 pip install . cd examples/csmsc/tts0 wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/pwgan/pwg_baker_ckpt_0.4.zip unzip pwg_baker_ckpt_0.4.zip wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/tacotron2/tacotron2_csmsc_ckpt_0.2.0.zip unzip tacotron2_csmsc_ckpt_0.2.0.zip mkdir -p dump/train mkdir -p exp/default/checkpoints cp tacotron2_csmsc_ckpt_0.2.0/snapshot_iter_30600.pdz exp/default/checkpoints...

T2S