#tts #text-to-speech #api-bindings #coqui-ai

coqui-tts

Bindings to the couqi-ai Text-to-Speech python library

3 releases (breaking)

0.2.0 Mar 27, 2023
0.1.0 Jul 6, 2022
0.0.0 Jul 6, 2022

#588 in Science

MIT/Apache

6KB
54 lines

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


lib.rs:

Rust bindings for the coqui-TTS python library for Text-To-Speech

Dependencies

~2.2–8MB
~50K SLoC