Commit Graph

183 Commits (master)

Author SHA1 Message Date
Nolan Darilek 7e761e1267 Complete migration to jni 0.21. 3 months ago
Nolan Darilek 8b506a89e0 ... 6 months ago
Nolan Darilek dcaf5b914d ... 6 months ago
Nolan Darilek 359b1c8053 Obnoxious that I can't just push this directly to the mac and test for some reason... 6 months ago
Nolan Darilek 527b4cd61e Small tweaks. 6 months ago
Nolan Darilek 97fa370dec Refactor AVFoundation to oxilangtag. 6 months ago
Nolan Darilek d547d84af0 Merge branch 'master' into oxilangtag 6 months ago
Nolan Darilek 7a91a1e827 Merge branch 'master' into android 6 months ago
Nolan Darilek e19e5ef0b7 Remove unnecessary return statement. 6 months ago
Nolan Darilek d42d20189a Update Android dependencies and example. 6 months ago
Nolan Darilek 22ae0ef5a3 Refactor to oxilangtag for language codes, and bump Windows dependency. 6 months ago
Nolan Darilek f5716c48f5 Fix type mismatches after speech-dispatcher update. 7 months ago
Nolan Darilek 259549e21d
Merge pull request #34 from helgoboss:master
#33 Fix AVFoundation crash on macOS when getting voices
7 months ago
Benjamin Klum 94615a254a #35 Fix AppKit crash when interrupting speech
avoid removing first string when queue already empty
8 months ago
Benjamin Klum ddf96c10aa #33 Remove unnecessary unsafe keyword 8 months ago
Benjamin Klum 3fdd452646 #33 Fix AVFoundation crash on macOS when getting voices
by preventing manual cleanup of non-owned objects
8 months ago
Nolan Darilek 7cf80fb64d WinRT: Correctly set voice for case where no utterances are in queue.
Fixes #29
10 months ago
Nolan Darilek 748f07138d Bump version and dependency. 10 months ago
Nolan Darilek 507d0b5418 Replace some `unwrap` calls with `ok_or(Error::OperationFailed)`. 12 months ago
Nolan Darilek 40e28876b2 Remove unnecessary printlns and link directives. 1 year ago
Nolan Darilek 4079f4b3c4 Fix mismatched gender codes. 1 year ago
Nolan Darilek 569bb160b8 Try to intercept cases where voice might be nil. 1 year ago
Nolan Darilek 4d01717e75 Fix return type in Tolk backend. 1 year ago
Nolan Darilek 822f770ab8 Finish making gender optional. 1 year ago
Nolan Darilek 9bd767629a Remove unspecified gender in favor of `Option`. 1 year ago
Nolan Darilek 2b4251f6fa Don't support voices in AppKit for now. 1 year ago
Nolan Darilek 219cfbbe00 src
Add voices support to AvFoundation backend.
1 year ago
Nolan Darilek e3542abd7c Stub out methods for now. 1 year ago
Nolan Darilek c627583928 Eliminate a warning. 1 year ago
Nolan Darilek ec6d1f74a1 Add voice stubs, currently a no-op, on Android. 1 year ago
Nolan Darilek b9aa36cb3b Update APIs to support case where getting a voice is supported but the value isn't set. 1 year ago
Nolan Darilek e699f7e5e5 Add voices support to web platform. 1 year ago
Nolan Darilek e4c6f6f23a Add voice stubs to Tolk backend. 1 year ago
Nolan Darilek b1f60811bf Add voice support to WinRT backend. 1 year ago
Nolan Darilek 51cd84a6cd Support setting voice with Speech Dispatcher, and clarify features to indicate where getting current voice isn't supported. 1 year ago
Nolan Darilek 142f2e6b3a Use plain 'ol struct. 1 year ago
Nolan Darilek 1e55c43153 WIP: Use correct type in backend implementation. 1 year ago
Nolan Darilek e56a0da2e5 WIP: Reorganize, and try to get working with Speech Dispatcher. 1 year ago
Nolan Darilek c222c087b2 cargo fmt 1 year ago
francois-caddet 88f4598ec6 Merge branch 'master' into feature/voices 1 year ago
Nolan Darilek dc00aa427f Bump speech-dispatcher dependency and update for new return types. 1 year ago
Nolan Darilek 9066d2b005 Make formatting more consistent. 1 year ago
Nolan Darilek 89708d9ef1
Merge pull request #16 from AlyoshaVasilieva:exit-loop
Exit Android initialization loop with error when stuck
1 year ago
Nolan Darilek 2ea472e196 Bump Windows dependency, crate version, and remove `Debug` derive. 1 year ago
Malloc Voidstar bed6cfa206
Exit Android initialization loop with error when stuck
500ms is fairly arbitrary; my emulator took 35 to run that loop.
1 year ago
Nolan Darilek 47e164a0c8 Support Speech Dispatcher initialization failures, and bump version. 2 years ago
Nolan Darilek 119678ae55 Update to windows 0.27 and bump version. 2 years ago
Nolan Darilek 92538fbdb8 Upgrade windows-rs to 0.23. 2 years ago
Nolan Darilek c4038149a8 Remove a conditional that blocked playback in some circumstances on the WinRT backend. 2 years ago
Nolan Darilek ca7789f157 Bump version and Tolk dependency. 2 years ago