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

For support and discussions, please use our [Discourse forums](https://github.com/PaddlePaddle/DeepSpeech/discussions). If you've found a bug then please create an issue with the following information: **Describe the bug** [PaddleSpeech-Server](https://github.com/PaddlePaddle/PaddleSpeech/wiki/PaddleSpeech-Server-RESTful-API#22-%E8%AF%AD%E9%9F%B3%E8%AF%86%E5%88%AB)描述说语音识别服务支持pcm和wav两种格式,但输入pcm格式文件时,报以下错误: > raise LibsndfileError(err,...

Bug
S2T

执行以下代码时,会连接`http://paddlepaddle.org.cn/paddlehub/stat`,即便在本地已存在模型的情况下也是如此 ```python asr_executor(model='conformer_u2pp_online_wenetspeech', lang='zh', sample_rate=16000, config=None, ckpt_path=None, audio_file=fname) ```

Bug
S2T

paddlepaddle:2.4.2 paddlespeech:1.4.1 运行:"paddlespeech_server start --help" 出现错误:ModuleNotFoundError: No module named 'paddle.nn.layer.layers' 使用paddlespeech asr命令没有问题

Question

For now that users currently have many version management issues when using PaddleSpeech, given some suggestions for using different versions are provided here. PaddleSpeech == develop --> PaddlePaddle == 2.5.0/2.5.1...

按照文档,在conda虚拟环境先安装了paddle-gpu版本,再安装了paddlespeech。调用PaddleSpeech/examples/aishell3/vits/local/preprocess.sh预处理shell处理数据时,报错。根据报错应该是paddle的numpy和paddlespeech需要的版本不一致,我也不敢贸然修改numpy的版本,因为可能导致paddle出什么问题。有什么解决方法吗? python:3.9 numpy版本是1.26.2。 paddlepaddle版本: paddlepaddle-gpu 2.5.1.post112 paddlespeech版本:paddlespeech 1.4.1 除了numpy冲突外,还有一个[nltk_data] 错误。 报错如下: File "/home/inspur/ly416100210174/proj/PaddleSpeech/utils/gen_duration_from_textgrid.py", line 18, in import librosa File "/home/inspur/ly416100210174/miniconda3/envs/paddlepaddle/lib/python3.8/site-packages/librosa/__init__.py", line 211, in from . import core File "/home/inspur/ly416100210174/miniconda3/envs/paddlepaddle/lib/python3.8/site-packages/librosa/core/__init__.py", line...

Bug
T2S

## General Question 刚装好后,运行了: paddlespeech asr --lang zh --input zh.wav log如下: Traceback (most recent call last): File "/home/user1/miniconda3/envs/paddle/bin/paddlespeech", line 8, in sys.exit(_execute()) File "/home/user1/miniconda3/envs/paddle/lib/python3.9/site-packages/paddlespeech/cli/entry.py", line 40, in _execute exec("from {}...

Question
feature request

$ paddlespeech tts --input "你好,欢迎使用百度飞桨深度学习框架!" --output output.wav [nltk_data] Error loading averaged_perceptron_tagger: [nltk_data] Error loading cmudict: /home/luchengsong/anaconda3/envs/paddle/lib/python3.9/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") W1010 09:50:56.247031 1756 gpu_resources.cc:119] Please...

Bug
T2S

系统:windows Python 3.11.5 安装的CPU版本 python -m pip install paddlepaddle==2.5.1 -i https://mirror.baidu.com/pypi/simple 然后 pip install paddlespeech -i https://pypi.tuna.tsinghua.edu.cn/simple **此时numpy 版本为numpy-1.24.4** 运行 paddlespeech cls --input zh.wav PS D:\work\mgsdk\doc> paddlespeech cls --input zh.wav...

请问一下,PaddleSpeech如何实现语音识别关键字?有相关的方案吗?最好是能够识别方言

Bug
T2S

-------------------------------------- C++ Traceback (most recent call last): -------------------------------------- 0 egr::Backward(std::vector const&, std::vector const&, bool) 1 egr::RunBackward(std::vector const&, std::vector const&, bool, bool, std::vector const&, bool, std::vector const&) 2 Conv2dGradNodeFinal::operator()(paddle::small_vector&, bool, bool)...

Question