Go to file
Nolan Darilek 9c98026978 Don't re-initialize a player, just clear the item list. 2020-11-03 11:11:49 -06:00
.github/workflows Make similar refactors to release action. 2020-10-08 19:15:12 -05:00
examples Revert "Pass TTS instance as first argument to utterance callbacks." 2020-11-03 11:03:55 -06:00
src Don't re-initialize a player, just clear the item list. 2020-11-03 11:11:49 -06: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 Make `TTS` clonable. 2020-11-02 21:27:13 -06:00
README.md Document feature. 2020-10-08 19:08:18 -05:00
build.rs Don't link against AppKit if building on iOS. 2020-09-02 16:37:07 -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 (requires use_tolk Cargo feature)
    • WinRT
  • Linux via Speech Dispatcher
  • MacOS
    • AppKit on MacOS 10.13 and below
    • AVFoundation on MacOS 10.14 and above, and iOS
  • WebAssembly