Update README.md

This commit is contained in:
chrys87 2017-01-30 16:46:33 +01:00 committed by GitHub
parent 72e6ee271b
commit 473b596d61

View File

@ -9,38 +9,38 @@ This software is licensed under the LGPL v3 .
- screen, input, speech, sound or braille drivers see "features, drivers". - screen, input, speech, sound or braille drivers see "features, drivers".
# features, drivers # features, drivers
Input Drivers: # Input Drivers:
- "evdevDriver" input driver for linux evdev - "evdevDriver" input driver for linux evdev
- python-evdev - python-evdev
- loaded uinput kernel module - loaded uinput kernel module
- ReadWrite permission - ReadWrite permission
- /dev/input - /dev/input
- /dev/uinput - /dev/uinput
Screen Drivers: # Screen Drivers:
- "vcsaDriver" screen driver for linux VCSA devices - "vcsaDriver" screen driver for linux VCSA devices
- Read permission to the following files: - Read permission to the following files:
- /sys/devices/virtual/tty/tty0/active - /sys/devices/virtual/tty/tty0/active
- /dev/vcsa[1-64] - /dev/vcsa[1-64]
Speech Drivers: # Speech Drivers:
- "espeakDriver" speech driver for espeak: - "espeakDriver" speech driver for espeak:
- python-espeak - python-espeak
- "speechdDriver" speech driver for speech-dispatcher: - "speechdDriver" speech driver for speech-dispatcher:
- speech-dispatcher - speech-dispatcher
- python-speechd - python-speechd
- "dummyDriver" speech driver for debugging - "dummyDriver" speech driver for debugging
Braille Drivers: # Braille Drivers:
- "brlttyDriver" braille driver (WIP): - "brlttyDriver" braille driver (WIP):
- brltty (configured and running) - brltty (configured and running)
- python-brlapi - python-brlapi
- "dummyDriver" braille driver for debugging - "dummyDriver" braille driver for debugging
Sound Drivers: # Sound Drivers:
- "genericDriver" sound driver for sound as subprocess: - "genericDriver" sound driver for sound as subprocess:
- sox - sox
- "gstreamerDriver" sound driver for gstreamer - "gstreamerDriver" sound driver for gstreamer
- gstreamer 1.x - gstreamer 1.x
- GLib - GLib
- "dummyDriver" sound driver for debugging - "dummyDriver" sound driver for debugging
Extra: # Extra:
- spellchecker - spellchecker
- python-pyenchant - python-pyenchant
- aspell-YourLanguageCode (example aspell-en for us english) - aspell-YourLanguageCode (example aspell-en for us english)