gtts 0.1.0

This is a very small crate using google text to speech (GTTS).
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 2 items with examples
  • Size
  • Source code size: 2.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 308.15 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Mubelotix/gtts
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Mubelotix

gtts

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

Example

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

License: MIT