Update README.md

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

View File

@ -19,6 +19,8 @@ This software is licensed under the LGPL v3 .
- ReadWrite permission - ReadWrite permission
- /dev/input - /dev/input
- /dev/uinput - /dev/uinput
- "ptyDriver" terminal emulation input driver
- python-pyte
# Screen Drivers: # Screen Drivers:
1. "vcsaDriver" screen driver for linux VCSA devices 1. "vcsaDriver" screen driver for linux VCSA devices
@ -28,28 +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
- python-pyte
- "dummyDriver" just a dummy
# Speech Drivers: # Speech Drivers:
1. "EspeakDriver" speech driver for Espeak or Espeak-NG: - "genericDriver" (default) sound driver for sound as subprocess:
- espeak or espeak-ng
- "espeakDriver" speech driver for Espeak or Espeak-NG:
- python-espeak - python-espeak
- "speechdDriver" speech driver for Speech-dispatcher: - "speechdDriver" speech driver for Speech-dispatcher:
- Speech-dispatcher - Speech-dispatcher
- python-speechd - python-speechd
2. "dummyDriver" speech driver for debugging - "dummyDriver" no speech
- "debugDriver" speech driver for debugging
# Braille Drivers: # Braille Drivers:
1. "BrlttyDriver" braille driver (WIP): - "BrlttyDriver" braille driver (WIP):
- brltty (configured and running) - brltty (configured and running)
- python-brlapi - python-brlapi
2. "dummyDriver" Braille driver for debugging - "dummyDriver" (default) no braille
- "debugDriver" Braille driver for debugging
# Sound Drivers: # Sound Drivers:
1. "genericDriver" sound driver for sound as subprocess: - "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
3. "dummyDriver" sound driver for debugging - "dummyDriver" no sound
- "debugDriver" sound driver for debugging
# Extras: # Extras:
1. spellchecker 1. spellchecker