Files
FastDeploy/examples/audio/pp-tts/README.md
Thomas Young f2c09a87a6 Add tts python example and change onnx to paddle (#420)
* add tts example

* update example

* update use fd engine

* add tts python example

* add readme

* fix comment

* change paddle model

* fix readme style

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-10-25 10:24:56 +08:00

10 lines
232 B
Markdown

# PaddleSpeech 流式语音合成
- 本文示例的实现来自[PaddleSpeech 流式语音合成](https://github.com/PaddlePaddle/PaddleSpeech/tree/r1.2).
## 详细部署文档
- [Python部署](python)
- [Serving部署](serving)