2016-07-04 18:13:48 -04:00
|
|
|
# fenrir
|
2016-07-05 05:18:35 -04:00
|
|
|
An TTY screenreader for Linux. Be careful, is just experimental now.
|
2016-07-05 05:16:34 -04:00
|
|
|
|
|
|
|
# requirements
|
2016-09-16 04:31:26 -04:00
|
|
|
- linux
|
|
|
|
- python3
|
|
|
|
- python-espeak
|
|
|
|
- python-evdev
|
|
|
|
- loaded uinput kernelmodule
|
|
|
|
Read permission to the following files:
|
|
|
|
/sys/devices/virtual/tty/tty0/active
|
|
|
|
/dev/vcsa[1-64]
|
|
|
|
ReadWrite permission
|
|
|
|
/dev/input
|
|
|
|
/dev/uinput
|
2016-07-07 08:37:10 -04:00
|
|
|
|
|
|
|
# optional
|
2016-09-16 04:31:26 -04:00
|
|
|
- sox [using for soundicons via sox]
|
|
|
|
- speech-dispatcher, python3-speechd [for use the speech-dispatcher]
|
|
|
|
- brltty, python-brlapi [for using braille] # not implemented yet
|
|
|
|
- gstreamer [using for soundicons via gsteramer] # not working yet
|
2016-07-05 05:18:35 -04:00
|
|
|
# installation
|
2016-09-16 04:31:26 -04:00
|
|
|
Currently there is no setupscript (sorry). But you can just run src/fenrir-package/fenrir.py as root or setup the needed permissions
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-07-05 05:18:35 -04:00
|
|
|
|