mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 09:29:37 +00:00
Update documentation with supported backends.
This commit is contained in:
parent
75fd320d3f
commit
af678d76d1
|
@ -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`
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user