2ef4802862e6685bd21aa41df69a198647979652
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%