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** 运行示例代码exit code **To Reproduce**...

Bug
S2T

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** A clear and concise...

Bug
T2S

## General Question 想咨询下 PaddleSpeech 是否能预测声音的说话者的性别、年龄呢?

Question

## 构建时报错信息 ```bash # 在 PaddleSpeech/audio 目录下执行该命令 $ python setup.py bdist_wheel ... [75/84] /usr/bin/c++ -DCOMPILE_WITHOUT_OPENFST -DINCLUDE_KALDI -DINCLUDE_SOX -D_paddleaudio_EXPORTS -I/home/orangepi/Downloads/PaddleSpeech/audio/fc_patch/pybind11/include -I/home/orangepi/miniconda3/envs/mplug_owl/include/python3.10 -I/home/orangepi/Downloads/PaddleSpeech/audio/paddleaudio/third_party -I/home/orangepi/Downloads/PaddleSpeech/audio -I/home/orangepi/Downloads/PaddleSpeech/audio/paddleaudio/third_party/sox/../install/include -O3 -DNDEBUG -fPIC -std=gnu++14 -MD -MT paddleaudio/src/CMakeFiles/_paddleaudio.dir/pybind/sox/types.cpp.o...

### PR types Bug fixes ### PR changes Docs ### Describe related https://github.com/PaddlePaddle/PaddleSpeech/issues/3771 fix https://github.com/PaddlePaddle/PaddleSpeech/issues/3777

README
Demo

目前,HiFiGAN 可以直接使用 openvino 推理引擎,但是 fastspeech2 缺算子: - https://github.com/openvinotoolkit/openvino/issues/16153

T2S
Tips

您好感谢你们公开的工作,不过有个问题想请教下。我在尝试examples/aishell3/vc2 TCAPA-TDNN的voice clone时,我直接跑了run.sh中voice_clone这部。我使用的测试src是我自己的原声(男声),但是tts出来的结果竟然是女声。我使用的都是预训练模型。请问这是不是spk_embedding有问题也就是tcapa-tdnn提取的有问题。

Question

**Describe the bug** demos/audio_content_search的readme存在问题 1. 缺少server启动的步骤描述 2. client启动的命令行端口错误

Bug
S2T