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

271 Commits

Author SHA1 Message Date
e4b53d17aa Check web example as part of release process. 2021-04-03 12:59:32 -05:00
316b1bceec Use target as part of toolchain installation. 2021-04-03 12:58:19 -05:00
26d06fc635 No really, build the web example. 2021-04-03 12:11:53 -05:00
a879b3dca3 Get web example compiling. 2021-04-03 11:58:23 -05:00
d5a692008a Add action to ensure that web example compiles. 2021-04-03 11:50:11 -05:00
f7239366f0 Add command to build the web example. 2021-04-03 11:49:44 -05:00
debab7de17 Bump version. 2021-04-03 11:11:37 -05:00
1011704b82 And again, VSCode's find/replace didn't catch this. *grumble* 2021-03-31 11:12:42 -05:00
d9639c049b S/TTS/Tts/ here as well. 2021-03-31 11:03:14 -05:00
6dbf9b7ddc Find/replace is failing me today. 2021-03-31 11:01:26 -05:00
336c266ed4 Missed a few... 2021-03-31 10:53:08 -05:00
57f91105ec s/TTS/Tts/ as per Clippy's acronym warnings. 2021-03-31 10:40:42 -05:00
ef96042b12 Bump Windows dependency and update accordingly. Also, fix an acronym Clippy warning. 2021-03-31 10:38:32 -05:00
acccdfeada Bump version. 2021-03-16 17:36:29 -05:00
153075ebab Add web example
Closes #1
2021-03-16 17:33:01 -05:00
25f8211661 Bump version. 2021-03-16 14:18:49 -05:00
fb7f1dddfc *sigh* Fix stupid M1/ARM casting issue. I hate Apple. 2021-03-15 14:02:05 -05:00
50528ce2d1 Another comparison check fix. 2021-03-15 13:47:41 -05:00
8c2aae7afd Try another initialization fix. 2021-03-15 13:46:22 -05:00
ed2d2e76c3 And this is what happens when I don't test on actual hardware. 2021-03-15 13:06:49 -05:00
45255a8049 Fix another possibly broken comparison. 2021-03-15 13:04:38 -05:00
c65c0022d8 (Hopefully) initialize utterances correctly. 2021-03-15 13:03:41 -05:00
bd8e2ee20a Compare against ObjC NO to ensure correctness. 2021-03-15 13:02:51 -05:00
00485d6cd8 Enable 'exception' feature to hopefully catch and surface ObjC exceptions. 2021-03-12 08:36:52 -06:00
cdfb7ddb77 Even more bloody logging. 2021-03-12 06:59:49 -06:00
290eb06d02 Even more trace logging. 2021-03-12 06:38:46 -06:00
e91637a67c Add even more trace logging. 2021-03-12 06:28:02 -06:00
81eba99594 Add cast to (hopefully) get AppKit compiling on M1 macs. 2021-03-12 06:20:05 -06:00
1f510120a5 Add trace logging in AVFoundation backend. 2021-03-12 05:58:30 -06:00
1d075f7ece When speech is interrupted on AVFoundation, only stop if already speaking. May address a possible deadlock. 2021-03-12 05:50:08 -06:00
a22ee53727 Fix Clippy warnings. 2021-03-12 05:48:14 -06:00
2bd324b08b Bump version. 2021-03-11 13:44:00 -06:00
8ba1f91617 Ignore DLL files. 2021-03-11 13:41:26 -06:00
c9279804b7 Different approach. 2021-03-11 13:41:03 -06:00
6664ca89e3 Revert "Add windows crate to generic build-dependencies so the build script works everywhere."
This reverts commit 2fd98c0a52.
2021-03-11 13:38:44 -06:00
2fd98c0a52 Add windows crate to generic build-dependencies so the build script works everywhere. 2021-03-11 13:28:30 -06:00
6784bb8861 Remove bindings publish from CI. 2021-03-11 13:23:08 -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
00a16c5dd5 Add missing types. 2021-03-11 12:54:50 -06:00
d9ca83ca15 WIP: Bump dependencies. Currently broken. 2021-03-11 12:33:31 -06:00
42879dfa1f Refactor to new windows crate. 2021-01-22 11:28:42 -06:00
296fa89f5d Bump version, and use automatically-provided feature provided by optional tolk dependency. 2021-01-21 10:49:11 -06:00
3e1f5af61a Call rustup manually, since the action doesn't seem to work. 2020-12-30 14:50:36 -06:00
15b7b33ed3 Are these CSVs? 2020-12-30 14:31:27 -06:00
22cff2ddd1 Bump version. 2020-12-30 14:23:58 -06:00
06eb32b6d4 Make module imports more consistent. 2020-12-30 14:23:31 -06:00
69af3465b3 We don't need dylib on Android, and it breaks WinRT. Revert. 2020-12-30 14:21:32 -06:00
699d0d23e9 Add necessary targets. 2020-12-30 14:15:14 -06:00
7eb74729fc Use cargo-apk to test Android build. 2020-12-30 14:00:25 -06:00
d806c44c76 My brain hurts and I can't figure out how to set this CI action up right now. But it works, so release. 2020-12-30 13:09:29 -06:00