merge sound
This commit is contained in:
parent
206a04a856
commit
a9b3326fc8
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
[sound]
|
[sound]
|
||||||
enabled=False,
|
enabled=False,
|
||||||
driver=sox
|
driver=sox
|
||||||
@ -6,23 +5,19 @@ theme=default
|
|||||||
|
|
||||||
[speech]
|
[speech]
|
||||||
enabled=True
|
enabled=True
|
||||||
#driver=espeak
|
driver=espeak
|
||||||
#language=en-us
|
rate=800
|
||||||
#voice=en-us
|
|
||||||
driver=speechd
|
|
||||||
#rate=800
|
|
||||||
rate=50
|
|
||||||
volume=100
|
|
||||||
pitch=50
|
pitch=50
|
||||||
module=espeak
|
module=espeak
|
||||||
voice=de
|
voice=en-us
|
||||||
language=de
|
language=en-us
|
||||||
|
volume=200
|
||||||
|
|
||||||
[braille]
|
[braille]
|
||||||
enabled=False
|
enabled=False
|
||||||
layout=en
|
layout=en
|
||||||
|
|
||||||
['screen]
|
[screen]
|
||||||
driver=linux
|
driver=linux
|
||||||
|
|
||||||
[keyboard]
|
[keyboard]
|
||||||
@ -33,4 +28,3 @@ wordEcho=True
|
|||||||
[general]
|
[general]
|
||||||
debugLevel=0
|
debugLevel=0
|
||||||
punctuationLevel=1
|
punctuationLevel=1
|
||||||
|
|
||||||
|
36
config/settings/settings.cfg.chrys
Normal file
36
config/settings/settings.cfg.chrys
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
|
||||||
|
[sound]
|
||||||
|
enabled=False,
|
||||||
|
driver=sox
|
||||||
|
theme=default
|
||||||
|
|
||||||
|
[speech]
|
||||||
|
enabled=True
|
||||||
|
#driver=espeak
|
||||||
|
#language=en-us
|
||||||
|
#voice=en-us
|
||||||
|
driver=speechd
|
||||||
|
#rate=800
|
||||||
|
rate=50
|
||||||
|
volume=100
|
||||||
|
pitch=50
|
||||||
|
module=espeak
|
||||||
|
voice=de
|
||||||
|
language=de
|
||||||
|
|
||||||
|
[braille]
|
||||||
|
enabled=False
|
||||||
|
layout=en
|
||||||
|
|
||||||
|
['screen]
|
||||||
|
driver=linux
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
keyboardLayout=desktop
|
||||||
|
charEcho=False
|
||||||
|
wordEcho=True
|
||||||
|
|
||||||
|
[general]
|
||||||
|
debugLevel=0
|
||||||
|
punctuationLevel=1
|
||||||
|
|
44
config/sound/template/soundicons
Normal file
44
config/sound/template/soundicons
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
# Screen Reader Turned On or Off
|
||||||
|
ScreenReaderOn=''
|
||||||
|
ScreenReaderOff=''
|
||||||
|
# Cancel the current command
|
||||||
|
Cancel=''
|
||||||
|
# Accept command
|
||||||
|
Accept=''
|
||||||
|
# Bell a sound if the TTY is changed (ctrl + alt +FX)
|
||||||
|
ChangeTTY=''
|
||||||
|
# Is the first Position on the line
|
||||||
|
StartOfLine=''
|
||||||
|
# Is the last position of the Line
|
||||||
|
EndOfLine=''
|
||||||
|
# the Line is empty
|
||||||
|
EmptyLine=''
|
||||||
|
# Is the first line on the screen.
|
||||||
|
StartOfScreen=''
|
||||||
|
# Is the last line on the screen
|
||||||
|
EndOfScreen=''
|
||||||
|
# The content has changed
|
||||||
|
ContentChanged=''
|
||||||
|
# Speech has turned On or Off
|
||||||
|
SpeechOn=''
|
||||||
|
SpeechOff=''
|
||||||
|
# Braille has turned On or Off
|
||||||
|
BrailleOn=''
|
||||||
|
BrailleOff=''
|
||||||
|
# SoundIcons has turned On or Off
|
||||||
|
SoundIconsOn=''
|
||||||
|
SoundIconsOff=''
|
||||||
|
# Set beginnig mark for copy to clipboard
|
||||||
|
PlaceStartCopyMark=''
|
||||||
|
# Set end mark for copy to clipboard
|
||||||
|
PlaceEndCopyMark=''
|
||||||
|
# Copied to clipboard
|
||||||
|
CopyToClipboard=''
|
||||||
|
# Pasted on the screen
|
||||||
|
PasedClipboardOnScreen=''
|
||||||
|
# An error accoured while speech or braille output or reading the screen
|
||||||
|
ErrorSpeech=''
|
||||||
|
ErrorBraille=''
|
||||||
|
ErrorScreen=''
|
||||||
|
# I if you cursor over an text that has attributs (like color)
|
||||||
|
HasAttributes=''
|
Loading…
Reference in New Issue
Block a user