Update README.md

This commit is contained in:
chrys87 2018-04-09 13:47:13 +02:00 committed by GitHub
parent 0bba781746
commit f98a033355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,12 +14,12 @@ This software is licensed under the LGPL v3 .
1. "evdevDriver" input driver for linux evdev 1. "evdevDriver" input driver for linux evdev
- python-evdev >=0.6.3 - python-evdev >=0.6.3
- python-pyudev - python-pyudev
- This is commonly referred to as python3-evdev by your distribution 2. This is commonly referred to as python3-evdev by your distribution
- loaded uinput kernel module - loaded uinput kernel module
- ReadWrite permission - ReadWrite permission
- /dev/input - /dev/input
- /dev/uinput - /dev/uinput
- "ptyDriver" terminal emulation input driver 3. "ptyDriver" terminal emulation input driver
- python-pyte - python-pyte
# Screen Drivers: # Screen Drivers:
@ -30,36 +30,36 @@ This software is licensed under the LGPL v3 .
- /dev/tty[1-64] - /dev/tty[1-64]
- /dev/vcsa[1-64] - /dev/vcsa[1-64]
- read logind DBUS - read logind DBUS
- "ptyDriver" terminal emulation driver 2. "ptyDriver" terminal emulation driver
- python-pyte - python-pyte
- "dummyDriver" just a dummy 3. "dummyDriver" just a dummy
# Speech Drivers: # Speech Drivers:
- "genericDriver" (default) sound driver for sound as subprocess: 1. "genericDriver" (default) sound driver for sound as subprocess:
- espeak or espeak-ng - espeak or espeak-ng
- "espeakDriver" speech driver for Espeak or Espeak-NG: 2. "espeakDriver" speech driver for Espeak or Espeak-NG:
- python-espeak - python-espeak
- "speechdDriver" speech driver for Speech-dispatcher: 3. "speechdDriver" speech driver for Speech-dispatcher:
- Speech-dispatcher - Speech-dispatcher
- python-speechd - python-speechd
- "dummyDriver" no speech 4. "dummyDriver" no speech
- "debugDriver" speech driver for debugging 5. "debugDriver" speech driver for debugging
# Braille Drivers: # Braille Drivers:
- "BrlttyDriver" braille driver (WIP): 1. "BrlttyDriver" braille driver (WIP):
- brltty (configured and running) - brltty (configured and running)
- python-brlapi - python-brlapi
- "dummyDriver" (default) no braille 2. "dummyDriver" (default) no braille
- "debugDriver" Braille driver for debugging 3. "debugDriver" Braille driver for debugging
# Sound Drivers: # Sound Drivers:
- "genericDriver" (default) sound driver for sound as subprocess: 1. "genericDriver" (default) sound driver for sound as subprocess:
- Sox - Sox
2. "gstreamerDriver" sound driver for gstreamer 2. "gstreamerDriver" sound driver for gstreamer
- gstreamer >=1.0 - gstreamer >=1.0
- GLib - GLib
- "dummyDriver" no sound 3. "dummyDriver" no sound
- "debugDriver" sound driver for debugging 4. "debugDriver" sound driver for debugging
# Extras: # Extras:
1. spellchecker 1. spellchecker
@ -82,7 +82,7 @@ Settings "settings.conf" is located in the "config" directory or after installat
Take care to use drivers from the config matching your installed drivers. Take care to use drivers from the config matching your installed drivers.
By default it uses: By default it uses:
- sound driver: genericDriver (via sox, could configured in settings.conf) - sound driver: genericDriver (via sox, could configured in settings.conf)
- speech driver: speechdDriver - speech driver: genericDriver (via espeak or espeak-ng, could configured in settings.conf)
- braille driver: brlttyDriver (WIP) - braille driver: brlttyDriver (WIP)
- input driver: evdevDriver - input driver: evdevDriver