1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-14 23:09:38 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
753f6c5ecd WIP: Initial support for MacOS/NSSpeechSynthesizer.
* Add necessary dependencies, build script, and `NSSpeechSynthesizer` backend.
* Get very basic speech working.

Needs a delegate to handle queued speech, and currently segfaults if one is set.
2020-08-11 12:11:19 -05:00
3198a537f0 Initial WinRT backend.
* Add WinRT backend
 * Refactor to use thiserror and unify error-handling
 * If a screen reader is detected. use Tolk. Otherwise, use the WinRT backend.
2020-05-18 15:14:09 -05:00
3bda7bcff4 Add Tolk backend. 2019-03-25 19:15:08 +00:00
4fadad9d36 Add Web backend and refactor API. 2018-12-30 17:13:48 +00:00
bac4b7555f Initial commit. 2018-12-14 19:35:49 +00:00