fenrir/README.md

19 lines
427 B
Markdown
Raw Normal View History

2016-07-05 00:13:48 +02:00
# fenrir
2016-07-05 11:18:35 +02:00
An TTY screenreader for Linux. Be careful, is just experimental now.
2016-07-05 11:16:34 +02:00
# requirements
linux
python3
2016-07-07 14:37:10 +02:00
python-espeak
2016-07-14 20:41:16 +02:00
python-evdev
2016-08-23 10:24:22 +02:00
loaded uinput kernelmodule
2016-07-07 14:37:10 +02:00
# optional
sox [using for soundicons via sox]
speech-dispatcher, python3-speechd [for use the speech-dispatcher]
2016-08-09 23:34:34 +02:00
brltty, python-brlapi [for using braille] # not implemented yet
gstreamer [using for soundicons via gsteramer] # not working yet
2016-07-05 11:18:35 +02:00
# installation
ToDO