Crates.io | coqui-tts |
lib.rs | coqui-tts |
version | 0.2.0 |
source | src |
created_at | 2022-07-06 01:52:16.510652 |
updated_at | 2023-03-27 14:11:08.935616 |
description | Bindings to the couqi-ai Text-to-Speech python library |
homepage | https://github.com/rowan-sl/coqui-rs/tree/main |
repository | https://github.com/rowan-sl/coqui-rs/tree/main |
max_upload_size | |
id | 620159 |
size | 5,089 |
rust bindings to the coqui-ai TTS python lib, using pyo3.
This crate does not come anywhere close to the available feature set of the underlying library, and is meant only to provide a way to synthesize speech in rust (that works well, and does not use a cloud service)
This is not one of my high-effort projects, and if you would like to see more features implemented, feel free to ask in the repo
this depends on the TTS
package, (tested to work with up to v0.12.0). it is recommended to install it in a python virtual environment such as venv