Commit Graph

11 Commits

Author SHA1 Message Date
Michael Connor Buchan 1597797c57 Merge remote-tracking branch 'upstream/master' into c-ffi 2022-07-22 21:42:59 +01:00
Nolan Darilek 92538fbdb8 Upgrade windows-rs to 0.23. 2021-11-01 10:36:15 -05:00
mcb2003 060082947c Merge branch 'master' into c-ffi 2021-09-28 09:33:58 +01:00
Nolan Darilek ef96042b12 Bump Windows dependency and update accordingly. Also, fix an acronym Clippy warning. 2021-03-31 10:38:32 -05:00
Nolan Darilek c9279804b7 Different approach. 2021-03-11 13:41:03 -06:00
Nolan Darilek c21d4a6a38 Eliminate separate winrt_bindings crate since it no longer seems necessary for fast builds. 2021-03-11 13:21:41 -06:00
mcb2003 0644f03f34 FFI: Automatically generate bindings when building with ffi feature. 2021-03-06 10:26:13 +00:00
Nolan Darilek 80d51e1bff Fix cargo fmt CI failure. 2020-11-17 16:36:33 -06:00
Nolan Darilek 03ea2602bc Don't link against AppKit if building on iOS. 2020-09-02 16:37:07 -05:00
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