Commit Graph

129 Commits

Author SHA1 Message Date
Nolan Darilek c5b1ff1944 Add AVFoundation backend, used automatically on MacOS 10.14 and above. 2020-08-13 11:08:00 -05:00
Nolan Darilek 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
Nolan Darilek 73786534dc Bump version. 2020-07-07 09:09:18 -05:00
Nolan Darilek 7ae3faac63 Bump version. 2020-07-06 12:52:39 -05:00
Nolan Darilek eb936a4ae0 Bump version. 2020-06-17 19:00:57 -05:00
Nolan Darilek ce8c5f5289 Refactor to use separate `tts_winrt_bindings` crate, and bump version. 2020-06-17 17:25:43 -05:00
Nolan Darilek 439bd53f13 Bump version. 2020-06-17 16:49:09 -05:00
Nolan Darilek 45c7b1afc7 Various WinRT refinements.
* Move autogenerated code to subcrate to speed up compilation.
* `is_speaking` also checks whether a source is opening, in addition to whether it is playing.
* Return to using autoplay.
2020-06-17 16:46:42 -05:00
Nolan Darilek 6d88533715 Bump version. 2020-06-14 20:03:34 -05:00
Nolan Darilek 69c5581799 Bump version. 2020-06-14 19:43:08 -05:00
Nolan Darilek 2f19d663dc Bump version. 2020-06-14 18:56:40 -05:00
Nolan Darilek 2750ce4f99 Bump version. 2020-06-11 13:04:05 -05:00
Nolan Darilek e0863c7b6a env_logger is once again a dev-dependency. 2020-06-11 13:00:10 -05:00
Nolan Darilek 1867b2ea87 Bump version. 2020-06-09 11:10:50 -05:00
Nolan Darilek c82ea5f3b3 WinRT fixes.
* Use released `winrt` crate.
* Implement `is_speaking`.
2020-06-09 11:00:37 -05:00
Nolan Darilek d0d6c0e2da Update repository link. 2020-06-09 07:56:13 -05:00
Nolan Darilek 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
Nolan Darilek 5fbc0fd8f0 Make env_logger an actual dependency and bump the version. 2020-05-07 19:33:24 -05:00
Nolan Darilek fc44a8af46 Bump version and dependencies. 2019-12-23 07:32:59 -06:00
Nolan Darilek a4e7a55db0 Bump version. 2019-09-30 10:37:17 -05:00
Nolan Darilek 1c1f38b55d Use new Tolk library and update backend. 2019-09-10 10:41:28 -05:00
Nolan Darilek 8ee3015d7f Bump Speech-dispatcher dependency. 2019-09-10 09:55:33 -05:00
Nolan Darilek 3610d5a375 Update repository link. 2019-09-10 09:46:24 -05:00
Nolan Darilek 3bda7bcff4 Add Tolk backend. 2019-03-25 19:15:08 +00:00
Nolan Darilek 9724c5e087 Release V0.1.1. 2019-01-03 17:20:30 +00:00
Nolan Darilek 103a0c043d Add exclude pattern. 2019-01-03 16:16:41 +00:00
Nolan Darilek 4fadad9d36 Add Web backend and refactor API. 2018-12-30 17:13:48 +00:00
Nolan Darilek 9f0fddff0c Add additional Cargo manifest fields. 2018-12-28 15:43:21 +00:00
Nolan Darilek bac4b7555f Initial commit. 2018-12-14 19:35:49 +00:00