Document feature.

This commit is contained in:
Nolan Darilek 2020-10-08 19:08:18 -05:00
parent fa216a534e
commit 51837a51bf
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are: This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
* Windows * Windows
* Screen readers/SAPI via Tolk * Screen readers/SAPI via Tolk (requires `use_tolk` Cargo feature)
* WinRT * WinRT
* Linux via [Speech Dispatcher](https://freebsoft.org/speechd) * Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
* MacOS * MacOS

View File

@ -2,7 +2,7 @@
* a Text-To-Speech (TTS) library providing high-level interfaces to a variety of backends. * a Text-To-Speech (TTS) library providing high-level interfaces to a variety of backends.
* Currently supported backends are: * Currently supported backends are:
* * Windows * * Windows
* * Screen readers/SAPI via Tolk * * Screen readers/SAPI via Tolk (requires `use_tolk` Cargo feature)
* * WinRT * * WinRT
* * Linux via [Speech Dispatcher](https://freebsoft.org/speechd) * * Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
* * MacOS * * MacOS