Useful Links
AT-SPI
- General overview, with several links
- Accessible Document Navigation Using AT-SPI
- API documentation
- Examples, including Javascript, C and Python
- Examples exclusively using py-atspi2, the human-generated bindings, not the ones generated via GObject Introspection
- Odilia’s atspi crate
Speech
- libspeech library documentation
- Speech Synthesis Interface Protocol (SSIP) API documentation
- Speech Synthesis Markup Language (SSML) Version 1.1
- Raw FFI Rust bindings to libspeech
- Idiomatic Rust bindings to libspeech, what we’re currently using
- Pure Rust interface to speech-dispatcher, what we’d like to use
- Odilia’s tts crate
Braille
- Liblouis users and programmers manual
- Liblouis bindings for rust, for braille tables and multiple braille codes, including those for the majority of languages
- Libbrlapi reference manual