mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-22 23:19:37 +00:00
Document feature.
This commit is contained in:
parent
fa216a534e
commit
51837a51bf
|
@ -3,7 +3,7 @@
|
|||
This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:
|
||||
|
||||
* Windows
|
||||
* Screen readers/SAPI via Tolk
|
||||
* Screen readers/SAPI via Tolk (requires `use_tolk` Cargo feature)
|
||||
* WinRT
|
||||
* Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
|
||||
* MacOS
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* a Text-To-Speech (TTS) library providing high-level interfaces to a variety of backends.
|
||||
* Currently supported backends are:
|
||||
* * Windows
|
||||
* * Screen readers/SAPI via Tolk
|
||||
* * Screen readers/SAPI via Tolk (requires `use_tolk` Cargo feature)
|
||||
* * WinRT
|
||||
* * Linux via [Speech Dispatcher](https://freebsoft.org/speechd)
|
||||
* * MacOS
|
||||
|
|
Loading…
Reference in New Issue
Block a user