fenrir/README.md

29 lines
845 B
Markdown
Raw Normal View History

2016-07-05 00:13:48 +02:00
# fenrir
2016-09-16 12:12:57 +02:00
An TTY screenreader for Linux. Its an early alpha version. you can test it. it is not recommented for productive use. if you want to help just let me know.
2016-07-05 11:16:34 +02:00
# requirements
2016-09-16 10:31:26 +02: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 14:37:10 +02:00
# optional
2016-09-16 13:17:47 +02:00
- sox [its used by default in the generic sound driver for playing soundicons]
2016-09-16 10:31:26 +02:00
- 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-09-16 11:50:53 +02:00
2016-07-05 11:18:35 +02:00
# installation
2016-09-16 10:31:26 +02: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 11:18:35 +02:00