1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 03:29:37 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
92538fbdb8 Upgrade windows-rs to 0.23. 2021-11-01 10:36:15 -05:00
ef96042b12 Bump Windows dependency and update accordingly. Also, fix an acronym Clippy warning. 2021-03-31 10:38:32 -05:00
c9279804b7 Different approach. 2021-03-11 13:41:03 -06:00
c21d4a6a38 Eliminate separate winrt_bindings crate since it no longer seems necessary for fast builds. 2021-03-11 13:21:41 -06:00
80d51e1bff Fix cargo fmt CI failure. 2020-11-17 16:36:33 -06:00
03ea2602bc Don't link against AppKit if building on iOS. 2020-09-02 16:37:07 -05:00
c5b1ff1944 Add AVFoundation backend, used automatically on MacOS 10.14 and above. 2020-08-13 11:08:00 -05:00
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