coqui-tts

Crates.iocoqui-tts
lib.rscoqui-tts
version0.2.0
sourcesrc
created_at2022-07-06 01:52:16.510652
updated_at2023-03-27 14:11:08.935616
descriptionBindings to the couqi-ai Text-to-Speech python library
homepagehttps://github.com/rowan-sl/coqui-rs/tree/main
repositoryhttps://github.com/rowan-sl/coqui-rs/tree/main
max_upload_size
id620159
size5,089
Rowan (rowan-sl)

documentation

README

Coqui-TTS

rust bindings to the coqui-ai TTS python lib, using pyo3.

Note about features

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

Python dependanices

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

Commit count: 0

cargo fmt