You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
Makefile | 1 year ago | |
README.md | 1 year ago | |
speak-selection | 1 year ago | |
speak-selection.c | 1 year ago |
README.md
Speak Selection (SSN)
This program is dead simple. While running, it wil speak out newly selected pieces of text to a user. (actually it speaks out whatever the current focus is, since that actually seems to work.)
It does not include any screen reading functionality. For that, I would shamelessly recommend a project I work on called Odilia or a project I don't work on: Orca.
Credits
- Blatently ripped of the code from at-spi2-examples
Requirements
at-spi2-core
libspeechd
gcc
orclang
TODO
- Ctrl + g to stop speech. (hard)
- Also speak children. (medium)
- Speak links embedded within paragraphs. (easy)