Natural TTS
Natural TTS (natural-tts) is a rust crate for easily implementing Text-To-Speech into your rust programs.
Available TTS Engines / AIs:
Coqui TTS
Parler TTS
Google Gtts
TTS-RS
Install Rust
On Linux or MacOS:
curl --proto '=https' --tlsv1.2 -ssf https://sh.rustup.rs | sh
Example of saying something using Parler
use Error;
use ;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.