Update supported synthesizers.

This commit is contained in:
Nolan Darilek 2020-08-13 11:12:15 -05:00
parent c5b1ff1944
commit d199a6e8ee
1 changed files with 5 additions and 3 deletions

View File

@ -2,10 +2,12 @@
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
* [Speech Dispatcher](https://freebsoft.org/speechd) (Linux)
* WebAssembly
* Windows
* Screen readers/SAPI via Tolk
* WinRT
* Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
* MacOS
* `NSSpeechSynthesizer`
* AppKit on MacOS 10.13 and below
* AVFoundation on MacOS 10.14 and, eventually, iDevices
* WebAssembly