Requirements Odilia should run on any Unix-like platform with the required dependencies supported by Rust . Currently, we primarily target Linux, however, we plan to support other free operating systems such as *BSD in the future (patches welcome). The following dependencies are required to build and run Odilia: Build Dependencies Rust Runtime Dependenceis speech-dispatcher >= 0.9 - text to speech daemon at-spi2-core - accessibility infrastructure Odilia doesn’t use libatspi, it interacts w...| odilia.app
Odilia should start speaking immediately when started. Some things may feel different. What Works Caret navigation. Tab navigation. aria-live regions on a web page will speak in real time. What Doesn’t Work Terminals – Odilia will read the entire buffer, not just the new lines. Key bindings Structural navigation| odilia.app
Why don’t you support keybindings? Currently, key bindings are very hard to register across arbitrary desktop environments. We will be working on this for the next release. How do I change my speech rate? Your speech rate must be changed in your speech dispatcher settings. This is often in a file called speechd.conf either in your $XDG_HOME directory, or in /etc/speech-dispatcher/. The value you want to change is DefaultRate. It accepts a value between 0 and 100.| odilia.app