mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 18:59:38 +00:00
14 lines
373 B
Markdown
14 lines
373 B
Markdown
# 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
|
|
* WinRT
|
|
* Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
|
|
* MacOS
|
|
* AppKit on MacOS 10.13 and below
|
|
* AVFoundation on MacOS 10.14 and, eventually, iDevices
|
|
* WebAssembly
|
|
|