Go to file
François Caddet 0fb6c62d83 fix some parameters types and implement set_voice
We have an ilegal hardware instruction in
backend::av_foundation::voices::AVSpeechSynthesisVoice::new(identifier)
when sending voiceWithIdentifier. Is it because the runLoop is not
runing when it's called?
2020-09-04 15:48:56 +02:00
.github/workflows Don't scream if winrt_bindings fails to build. 2020-08-18 15:27:07 -05:00
examples fix some parameters types and implement set_voice 2020-09-04 15:48:56 +02:00
src fix some parameters types and implement set_voice 2020-09-04 15:48:56 +02:00
winrt_bindings Set license. 2020-06-17 17:54:23 -05:00
.gitignore Add .gitignore. 2019-09-10 10:41:08 -05:00
Cargo.toml Add voices feature 2020-09-03 16:50:11 +02:00
README.md Update supported platforms. 2020-08-18 15:22:12 -05:00
build.rs Add AVFoundation backend, used automatically on MacOS 10.14 and above. 2020-08-13 11:08:00 -05:00

README.md

TTS-RS

This library provides a high-level Text-To-Speech (TTS) interface supporting various backends. Currently supported backends are:

  • Windows
    • Screen readers/SAPI via Tolk
    • WinRT
  • Linux via Speech Dispatcher
  • MacOS
    • AppKit on MacOS 10.13 and below
    • AVFoundation on MacOS 10.14 and above, and iOS
  • WebAssembly