An open API service indexing awesome lists of open source software.

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.

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)