Commit Graph

380 Commits (5feb8e318646d726cf59b0c9fdff8fec29cfc110)
 

Author SHA1 Message Date
Nolan Darilek 5feb8e3186 Constrain version so example builds. 12 months ago
Nolan Darilek 238d7e2cb3 Bump version. 12 months ago
Nolan Darilek 507d0b5418 Replace some `unwrap` calls with `ok_or(Error::OperationFailed)`. 12 months ago
Nolan Darilek 10ac1021ee Switch to line doc comments. 12 months ago
Nolan Darilek 323f129b7b #24: Don't use default features when building on docs.rs. 12 months ago
Nolan Darilek 9b4ae761a0 Bump version and dependency. 1 year ago
Nolan Darilek 40f682080d Bump version. 1 year 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 4283623723 Bump dependency. 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 da19d5f16c Restore. 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 264af78c58 Get example previewing voices even if one can't be gotten. 1 year ago
Nolan Darilek e3542abd7c Stub out methods for now. 1 year ago
Nolan Darilek 55c0fbbd2b Remove unnecessary patch. 1 year ago
Nolan Darilek a0945d7ebb Update example for new API. 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 3f9e7c22db Restore default features. 1 year ago
Nolan Darilek e4c6f6f23a Add voice stubs to Tolk backend. 1 year ago
Nolan Darilek d4b913908c Eliminate a warning. 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 55f841d887 Merge extra module into main module. 1 year ago
Nolan Darilek c222c087b2 cargo fmt 1 year ago
Nolan Darilek 6057d9c968
Merge pull request #2 from francois-caddet/feature/voices
Add voices feature
1 year ago
francois-caddet 88f4598ec6 Merge branch 'master' into feature/voices 1 year ago
Nolan Darilek acecb1f362 Bump windows dependency and crate version. 1 year ago
Nolan Darilek fd9f5ae60a Branch not needed. 1 year ago
Nolan Darilek b435c89239 Bump version. 1 year ago
Nolan Darilek 3366f93e2b Fix release workflow to not build default features. 1 year ago
Nolan Darilek 539003205e Appease Clippy. 1 year ago
Nolan Darilek 5c9c649505 Also disable default features for Linux when running Clippy. 1 year ago
Nolan Darilek f275e506df Disable default-features on Linux since runners don't have speech-dispatcher 0.10 or greater. 1 year ago
Nolan Darilek ef0a78c745 Bump speech-dispatcher, and support building with multiple versions. 1 year ago
Nolan Darilek cc8fd91c86 Set event callbacks on pre-clone value to ensure that they remain alive. 1 year ago
Nolan Darilek 888e6a3dfa Correctly clean up callback references based on whether `Arc` remains cloned on drop. 1 year ago
Nolan Darilek 5944794980 Add `Arc<RwLock<...>>` for remaining platforms. 1 year ago
Nolan Darilek 31309553bb Ditto for Linux. 1 year ago
Nolan Darilek 00bd5e62ff Switch `TTS` to use `Arc<RwLock<Box<dyn Backend>>>` to address soundness issues. 1 year ago