Go to file
François Caddet f7297e18fd add condition for macOS 11 and greater for default backend 2020-09-26 23:39:30 +02:00
.github/workflows Depend on `build_ios` for releasing. 2020-09-02 17:13:03 -05:00
examples Merge branch 'develop' into feature/voices 2020-09-26 18:20:10 +02:00
src add condition for macOS 11 and greater for default backend 2020-09-26 23:39:30 +02: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 temporary fix to a build issue with the crate speech-dispatcher 2020-09-26 23:16:10 +02:00
README.md Update supported platforms. 2020-08-18 15:22:12 -05:00
build.rs Don't link against AppKit if building on iOS. 2020-09-02 16:37:07 -05:00
speech-dispatcher.patch temporary fix to a build issue with the crate speech-dispatcher 2020-09-26 23:16:10 +02: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 above, and iOS
  • WebAssembly