1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-09-08 01:59:38 +00:00
Commit Graph

81 Commits

Author SHA1 Message Date
debab7de17 Bump version. 2021-04-03 11:11:37 -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
25f8211661 Bump version. 2021-03-16 14:18:49 -05:00
00485d6cd8 Enable 'exception' feature to hopefully catch and surface ObjC exceptions. 2021-03-12 08:36:52 -06:00
2bd324b08b Bump version. 2021-03-11 13:44:00 -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
c21d4a6a38 Eliminate separate winrt_bindings crate since it no longer seems necessary for fast builds. 2021-03-11 13:21:41 -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
22cff2ddd1 Bump version. 2020-12-30 14:23:58 -06:00
69af3465b3 We don't need dylib on Android, and it breaks WinRT. Revert. 2020-12-30 14:21:32 -06:00
adfb2146ac Bump version. 2020-12-30 12:53:21 -06:00
5634fdb393 Block initialization until TTS finishes initializing from Android. 2020-12-30 09:24:13 -06:00
965bea0adf TTS seems to initialize now. 2020-12-29 14:10:39 -06:00
fc20431916 Refactor Android example to full, self-contained app. 2020-12-29 11:15:24 -06:00
cb91760468 Set Android API versions, and add Makefile.toml convenience script for getting Android logs. 2020-12-28 05:39:20 -06:00
187cd71eeb Add Android example. 2020-12-27 10:42:41 -06:00
5849e340c9 Add initial Android stubs. 2020-12-27 09:41:34 -06:00
6d17447350 Remove unnecessary dependencies and bump versions. 2020-12-07 22:39:30 -06:00
22007fbf79 Bump version. 2020-12-07 21:46:46 -06:00
d8f2b3fb00 I'll do my own queuing, MediaPlaybackList is either the wrong tool for the job or way too buggy. 2020-12-07 21:35:07 -06:00
a905439d9c Add strategic backoff in WinRT backend to (hopefully) eliminate a deadlock. 2020-12-07 14:58:59 -06:00
49e8c0e5dc Bump version. 2020-12-03 13:31:09 -06:00
184becfd1a Bump version. 2020-11-25 10:16:33 -06:00
fa2903606e Bump version. 2020-11-18 08:27:09 -06:00
1cbeab6ea9 Bump version. 2020-11-17 10:25:45 -06:00
80fa5d4583 Bump version. 2020-11-11 10:29:49 -06:00
e1791c7046 Bump version. 2020-11-03 12:02:37 -06:00
df4adc81a7 Bump version. 2020-11-03 11:20:29 -06:00
551bb1292e Make TTS clonable.
Also, add other possibly useful derives.
2020-11-02 21:27:13 -06:00
565aa6d654 Fix issue where is_speaking always returns true under WinRT, and bump version. 2020-11-02 13:30:39 -06:00
efdb274eb4 Bump version. 2020-11-02 10:12:25 -06:00
1d48cb93d7 Bump version and dependencies. 2020-10-30 10:28:02 -05:00
5d1625e5e2 Bump version. 2020-10-08 20:14:38 -05:00
fa216a534e Gate Tolk behind use_tolk feature to support compilation on UWP. 2020-10-08 19:07:07 -05:00
6eb03fb1a3 Bump version. 2020-10-08 09:47:28 -05:00
724dd1214f Bump version. 2020-10-08 08:09:28 -05:00
8c783205c3 Implement utterance_stop callback on most platforms. 2020-10-08 07:56:45 -05:00
1f22843086 Refactor Linux, Windows, and Wasm platforms to use FnMut for callbacks, and bump version. 2020-09-25 11:08:19 -05:00
2c70f77a15 Bump version. 2020-09-24 18:21:14 -05:00
a22242af50 Implement callbacks for web backend. 2020-09-24 14:26:30 -05:00
d6508edd12 Remove workaround for incorrect Tolk string handling, pin minimum working version, and bump version. 2020-09-21 15:13:22 -05:00
c8fd02b448 Bump version. 2020-09-02 16:51:25 -05:00
6c091f3284 Switch Speech-dispatcher initialization to threaded mode so callbacks work and is_speaking is correct. 2020-08-25 11:50:25 -05:00
951e31b284 Implement is_speaking For Speech-dispatcher. 2020-08-19 21:28:30 -05:00
bdace524b9 Bump version. 2020-08-18 15:22:46 -05:00
2f85c3b2bf Add iOS build. 2020-08-18 15:16:30 -05:00