https://github.com/rapidai/rapidtts
A cross platform implementation of Text-to-Speech based on ONNXRuntime.
https://github.com/rapidai/rapidtts
tts
Last synced: about 1 year ago
JSON representation
A cross platform implementation of Text-to-Speech based on ONNXRuntime.
- Host: GitHub
- URL: https://github.com/rapidai/rapidtts
- Owner: RapidAI
- License: apache-2.0
- Created: 2022-01-17T06:48:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T00:49:49.000Z (about 3 years ago)
- Last Synced: 2025-03-20T21:21:29.000Z (over 1 year ago)
- Topics: tts
- Language: Python
- Homepage:
- Size: 3.46 MB
- Stars: 32
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RapidTTS(文本转语音)
- 本仓库是将开源的文本转语音项目中模型转换为ONNX格式,并对代码做了整理而来。
- 本着易用的原则整理,方便快速落地使用。
- 努力做到推理引擎只用onnxruntime等轻量推理引擎,不依赖torch或者Paddle。
#### 📖文档导航
- [PaddleSpeech](./python/PaddleSpeech/README.md)
#### TODO
- 参考[link](https://github.com/RapidAI/RapidTTS/labels/enhancement)