tts 0.10.0

High-level Text-To-Speech (TTS) interface
1
2
3
4
5
6
7
8
9
10
11
12
# 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]https://freebsoft.org/speechd
* MacOS
  * AppKit on MacOS 10.13 and below
  * AVFoundation on MacOS 10.14 and above, and iOS
* WebAssembly