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.
 
 
Tait Hoyem c534b7f5ac
Update readme
2 years ago
Makefile Initial commit 2 years ago
README.md Update readme 2 years ago
speak-selection Initial commit 2 years ago
speak-selection.c Initial commit 2 years 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

Requirements

  • at-spi2-core
  • libspeechd
  • gcc or clang