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:
|
|
|
|
|
2020-06-09 16:03:58 +00:00
|
|
|
* Windows
|
2020-10-09 00:08:18 +00:00
|
|
|
* Screen readers/SAPI via Tolk (requires `use_tolk` Cargo feature)
|
2020-06-09 16:03:58 +00:00
|
|
|
* WinRT
|
2020-08-13 16:12:15 +00:00
|
|
|
* Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
|
2020-08-12 20:45:16 +00:00
|
|
|
* 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
|