Update documentation with supported backends.

This commit is contained in:
Nolan Darilek 2020-08-12 15:45:16 -05:00
parent 75fd320d3f
commit af678d76d1
2 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,5 @@ This library provides a high-level Text-To-Speech (TTS) interface supporting var
* Windows
* Screen readers/SAPI via Tolk
* WinRT
* MacOS
* `NSSpeechSynthesizer`

View File

@ -3,6 +3,8 @@
* Currently supported backends are:
* * [Speech Dispatcher](https://freebsoft.org/speechd) (Linux)
* * Windows screen readers and SAPI via [Tolk](https://github.com/dkager/tolk/)
* * Windows WinRT
* * MacOS `NSSpeechSynthesizer`
* * WebAssembly
*/