win-say is a compact Rust implementation of the MacOS say command for Windows OS.
win-say-demo.mp4
cargo run -- "Bro, did you see the latest deck builder roguelite tower defense tetris mazing game? It's kind of sick"
cargo build --release
# add /target/release/win-say.exe to your PATH
win-say "Uhh, I just bought it and deleted my weekend, so.. thanks for that I guess"Under the hood, win-say uses the Windows Runtime COM based ABI via windows-rs.
Also, tts-rs - for their example code.