append Driver to drivernames in settings and files to be unique

This commit is contained in:
chrys 2017-01-27 00:24:24 +01:00
parent a8c1b7ab74
commit 7b9764c967
14 changed files with 22 additions and 22 deletions

View File

@ -4,7 +4,7 @@ enabled=True
# Select the driver used to play sounds, choices are generic and gstreamer. # Select the driver used to play sounds, choices are generic and gstreamer.
# Sox is the default. # Sox is the default.
driver=generic driver=genericDriver
# Sound themes. This is the pack of sounds used for sound alerts. # Sound themes. This is the pack of sounds used for sound alerts.
# Sound packs may be located at /usr/share/sounds # Sound packs may be located at /usr/share/sounds
@ -32,8 +32,8 @@ genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine
enabled=True enabled=True
# Select speech driver, options are speechd (default) or espeak: # Select speech driver, options are speechd (default) or espeak:
#driver=speechd #driver=speechdDriver
driver=espeak driver=espeakDriver
# The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest. # The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest.
@ -65,7 +65,7 @@ autoReadIncoming=True
[braille] [braille]
#braille is not implemented yet #braille is not implemented yet
enabled=False enabled=False
driver=brlapi driver=brlapiDriver
layout=en layout=en
[screen] [screen]
@ -76,7 +76,7 @@ suspendingScreen=
autodetectSuspendingScreen=True autodetectSuspendingScreen=True
[keyboard] [keyboard]
driver=evdev driver=evdevDriver
# filter input devices NOMICE, ALL or a DEVICE NAME # filter input devices NOMICE, ALL or a DEVICE NAME
device=ALL device=ALL
# gives fenrir exclusive access to the keyboard and let consume keystrokes. # gives fenrir exclusive access to the keyboard and let consume keystrokes.

View File

@ -4,8 +4,8 @@ enabled=True
# Select the driver used to play sounds, choices are generic and gstreamer. # Select the driver used to play sounds, choices are generic and gstreamer.
# Sox is the default. # Sox is the default.
#driver=gstreamer #driver=gstreamerDriver
driver=generic driver=genericDriver
# Sound themes. This is the pack of sounds used for sound alerts. # Sound themes. This is the pack of sounds used for sound alerts.
# Sound packs may be located at /usr/share/sounds # Sound packs may be located at /usr/share/sounds
@ -33,8 +33,8 @@ genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine
enabled=True enabled=True
# Select speech driver, options are speechd (default) or espeak: # Select speech driver, options are speechd (default) or espeak:
driver=speechd driver=speechdDriver
#driver=espeak #driver=espeakDriver
# The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest. # The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest.
@ -66,18 +66,18 @@ autoReadIncoming=True
[braille] [braille]
#braille is not implemented yet #braille is not implemented yet
enabled=False enabled=False
driver=brlapi driver=brlapiDriver
layout=en layout=en
[screen] [screen]
driver=vcsa driver=vcsaDriver
encoding=cp850 encoding=cp850
screenUpdateDelay=0.05 screenUpdateDelay=0.05
suspendingScreen= suspendingScreen=
autodetectSuspendingScreen=True autodetectSuspendingScreen=True
[keyboard] [keyboard]
driver=evdev driver=evdevDriver
# filter input devices NOMICE, ALL or a DEVICE NAME # filter input devices NOMICE, ALL or a DEVICE NAME
device=ALL device=ALL
# gives fenrir exclusive access to the keyboard and let consume keystrokes. # gives fenrir exclusive access to the keyboard and let consume keystrokes.

View File

@ -4,7 +4,7 @@ enabled=True
# Select the driver used to play sounds, choices are generic and gstreamer. # Select the driver used to play sounds, choices are generic and gstreamer.
# Sox is the default. # Sox is the default.
driver=generic driver=genericDriver
# Sound themes. This is the pack of sounds used for sound alerts. # Sound themes. This is the pack of sounds used for sound alerts.
# Sound packs may be located at /usr/share/sounds # Sound packs may be located at /usr/share/sounds
@ -32,8 +32,8 @@ genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine
enabled=True enabled=True
# Select speech driver, options are speechd (default) or espeak: # Select speech driver, options are speechd (default) or espeak:
driver=speechd driver=speechdDriver
#driver=espeak #driver=espeakDriver
# The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest. # The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest.
@ -65,18 +65,18 @@ autoReadIncoming=True
[braille] [braille]
#braille is not implemented yet #braille is not implemented yet
enabled=True enabled=True
driver=brlapi driver=brlapiDriver
layout=en layout=en
[screen] [screen]
driver=vcsa driver=vcsaDriver
encoding=cp850 encoding=cp850
screenUpdateDelay=0.05 screenUpdateDelay=0.05
suspendingScreen= suspendingScreen=
autodetectSuspendingScreen=True autodetectSuspendingScreen=True
[keyboard] [keyboard]
driver=evdev driver=evdevDriver
# filter input devices NOMICE, ALL or a DEVICE NAME # filter input devices NOMICE, ALL or a DEVICE NAME
device=ALL device=ALL
# gives fenrir exclusive access to the keyboard and let consume keystrokes. just disable on problems. # gives fenrir exclusive access to the keyboard and let consume keystrokes. just disable on problems.

View File

@ -1,6 +1,6 @@
[sound] [sound]
enabled=True enabled=True
driver=generic driver=genericDriver
theme=default theme=default
volume=1.0 volume=1.0
# shell commands for generic sound driver # shell commands for generic sound driver
@ -9,7 +9,7 @@ genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine
[speech] [speech]
enabled=True enabled=True
driver=speechd driver=speechdDriver
rate=0.85 rate=0.85
pitch=0.5 pitch=0.5
# Pitch for capital letters # Pitch for capital letters
@ -22,7 +22,7 @@ autoReadIncoming=True
[braille] [braille]
enabled=False enabled=False
driver=brlapi driver=brlapiDriver
layout=en layout=en
[screen] [screen]
@ -33,7 +33,7 @@ suspendingScreen=7
autodetectSuspendingScreen=False autodetectSuspendingScreen=False
[keyboard] [keyboard]
driver=evdev driver=evdevDriver
# filter input devices NOMICE, ALL or a DEVICE NAME # filter input devices NOMICE, ALL or a DEVICE NAME
device=ALL device=ALL
grabDevices=True grabDevices=True