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 0f1af366f1
Change todo to list
2 years ago
Makefile Initial commit 2 years ago
README.md Change todo to list 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

TODO

  • Ctrl + g to stop speech. (hard)
  • Also speak children. (medium)
  • Speak links embedded within paragraphs. (easy)