Go to file
Nolan Darilek 1ac0b91981 Add ugly hack to prove that speech works. 2020-12-29 19:25:56 -06:00
.github/workflows Refactor release job. 2020-11-17 16:47:46 -06:00
examples Add ugly hack to prove that speech works. 2020-12-29 19:25:56 -06:00
src Add ugly hack to prove that speech works. 2020-12-29 19:25:56 -06:00
winrt_bindings Remove unnecessary dependencies and bump versions. 2020-12-07 22:39:30 -06:00
.gitignore Add .gitignore. 2019-09-10 10:41:08 -05:00
Cargo.toml TTS seems to initialize now. 2020-12-29 14:10:39 -06:00
Makefile.toml Set Android API versions, and add Makefile.toml convenience script for getting Android logs. 2020-12-28 05:39:20 -06:00
README.md Document feature. 2020-10-08 19:08:18 -05:00
build.rs Fix cargo fmt CI failure. 2020-11-17 16:36:33 -06: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