Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ win-say Public

win-say is a compact Rust implementation of the MacOS say command for Windows OS.

stoneG/win-say

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win-say

win-say is a compact Rust implementation of the MacOS say command for Windows OS.

win-say-demo.mp4

Usage

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"

Credits

Under the hood, win-say uses the Windows Runtime COM based ABI via windows-rs.

Also, tts-rs - for their example code.

About

win-say is a compact Rust implementation of the MacOS say command for Windows OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages