Crate gtts

Source
Expand description

This is a very small crate using google text to speech (GTTS). It requires an Internet connection.

§Example

save_to_file("Hello world!", "test");

Functions§

save_to_file
Use google translate to get a audio version of your text and save this in a file. Return true if everything succeed.