#google-translate #tts #url #retrieve #speech #format

google_translate_tts

Format URLs to retrieve audio from the TTS (text to speech) service for Google Translate

3 releases

0.1.2 Jan 18, 2019
0.1.1 Jan 18, 2019
0.1.0 Jan 18, 2019

#1014 in Audio

Custom license

6KB
65 lines

Google Translate TTS

This crate formats URLs to retrieve audio from the TTS (text to speech) service for Google Translate.

Disclaimer

This crate is not affiliated with Google. The mentioning of Google's trademarks in the crate name is for informational purposes only.

Caution

The URL format may change at any time. This crate may not work in the future.

Examples

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");

lib.rs:

This crate formats URLs to retrieve audio from the TTS (text to speech) service for Google Translate.

Disclaimer

This crate is not affiliated with Google. The mentioning of Google's trademarks in the crate name is for informational purposes only.

Caution

The URL format may change at any time. This crate may not work in the future.

Examples

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");

Dependencies

~17KB