mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-23 06:49:38 +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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user