cdfac6c3c1a8529e3a49c62bbc2ac350f2c37c52
Google Speech Rust Bindings
rust bindings for the python module google_speech.
Check desbma/google_speech for installation instructions (You need the python module to make this crate work).
Only has Speech.
SpeechSegment not implemented.
Example:
use google_speech::{Speech,Lang};
let hello = Speech::new("Hello, World", Lang::en_us).unwrap();
hello.play().unwrap();
Languages
Rust
100%