From d199a6e8eee946a541e42c868e2f20a2abb68f6d Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 13 Aug 2020 11:12:15 -0500 Subject: [PATCH] Update supported synthesizers. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 +