mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 07:49:37 +00:00
Nolan Darilek
753f6c5ecd
* Add necessary dependencies, build script, and `NSSpeechSynthesizer` backend. * Get very basic speech working. Needs a delegate to handle queued speech, and currently segfaults if one is set. |
||
---|---|---|
.github/workflows | ||
examples | ||
src | ||
winrt_bindings | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
README.md |
TTS-RS
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
- Speech Dispatcher (Linux)
- WebAssembly
- Windows
- Screen readers/SAPI via Tolk
- WinRT