1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-01 13:09:37 +00:00
tts-rs/README.md
2020-10-08 19:08:18 -05:00

401 B

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