Crates.io | google_translate_tts |
lib.rs | google_translate_tts |
version | 0.1.2 |
source | src |
created_at | 2019-01-18 22:38:43.400148 |
updated_at | 2019-01-18 23:13:51.482594 |
description | Format URLs to retrieve audio from the TTS (text to speech) service for Google Translate |
homepage | |
repository | https://github.com/portstrom/google_translate_tts |
max_upload_size | |
id | 109397 |
size | 6,528 |
This crate formats URLs to retrieve audio from the TTS (text to speech) service for Google Translate.
This crate is not affiliated with Google. The mentioning of Google's trademarks in the crate name is for informational purposes only.
The URL format may change at any time. This crate may not work in the future.
let url = google_translate_tts::url("Hello, World!", "en");
assert_eq!(url, "https://translate.google.com/translate_tts?ie=UTF-8&q=Hello, World!&tl=en&tk=418730.60457&client=webapp");