Go to file
Nolan Darilek abe5292868 Bump version. 2020-08-13 11:15:52 -05:00
.github/workflows Build MacOS releases and explicitly specify task dependencies. 2020-08-12 15:56:10 -05:00
examples Get delegates working so speech interruption/queuing should now be possible. 2020-08-12 09:49:51 -05:00
src Sync supported synths in README and lib.rs. 2020-08-13 11:15:23 -05:00
winrt_bindings Set license. 2020-06-17 17:54:23 -05:00
.gitignore Add .gitignore. 2019-09-10 10:41:08 -05:00
Cargo.toml Bump version. 2020-08-13 11:15:52 -05:00
README.md Sync supported synths in README and lib.rs. 2020-08-13 11:15:23 -05:00
build.rs Add AVFoundation backend, used automatically on MacOS 10.14 and above. 2020-08-13 11:08:00 -05:00

README.md

TTS-RS

This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:

  • Windows
    • Screen readers/SAPI via Tolk
    • WinRT
  • Linux via Speech Dispatcher
  • MacOS
    • AppKit on MacOS 10.13 and below
    • AVFoundation on MacOS 10.14 and, eventually, iDevices
  • WebAssembly