diff --git a/README.md b/README.md index 505efe6..9149b50 100644 --- a/README.md +++ b/README.md @@ -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 +