tts-rs/README.md

13 lines
401 B
Markdown
Raw Normal View History

2018-12-28 17:15:29 +00:00
# TTS-RS
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
* Windows
2020-10-09 00:08:18 +00:00
* Screen readers/SAPI via Tolk (requires `use_tolk` Cargo feature)
* WinRT
2020-08-13 16:12:15 +00:00
* Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
* MacOS
2020-08-13 16:12:15 +00:00
* AppKit on MacOS 10.13 and below
2020-08-18 20:22:12 +00:00
* AVFoundation on MacOS 10.14 and above, and iOS
* WebAssembly