fenrir/config/settings/espeak.settings.conf

216 lines
6.7 KiB
Plaintext
Raw Normal View History

2016-11-05 12:07:21 -04:00
[sound]
# Turn sound on or off:
enabled=True
# Select the driver used to play sounds, choices are generic and gstreamer.
# Sox is the default.
driver=genericDriver
2016-11-05 12:07:21 -04:00
# Sound themes. These are the pack of sounds used for sound alerts.
2016-11-05 12:07:21 -04:00
# Sound packs may be located at /usr/share/sounds
# For system wide availability, or ~/.local/share/fenrirscreenreader/sounds
2016-11-05 12:07:21 -04:00
# For the current user.
2018-03-26 02:01:37 -04:00
theme=default
2016-11-05 12:07:21 -04:00
# Sound volume controls how loud the sounds for your chosen soundpack are.
# 0 is quietest, 1.0 is loudest.
volume=1.0
# shell commands for generic sound driver
# the folowing variable are substituded
# fenrirVolume = the current volume setting
# fenrirSoundFile = the soundfile for an soundicon
# fenrirFrequence = the frequence to play
# fenrirDuration = the duration of the frequence
# the following command is used for play a soundfile
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile 2>/dev/null
#the following command is used for generating a frequency beep
2016-11-05 12:07:21 -04:00
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence 2>/dev/null
[speech]
# Turn speech on or off:
enabled=True
# Select speech driver, options are speechdDriver (default), genericDriver or espeakDriver:
#driver=speechdDriver
#driver=genericDriver
driver=espeakDriver
2016-11-05 12:07:21 -04:00
2017-10-21 11:01:02 -04:00
# server path for emacspeak
serverPath=
2016-11-05 12:07:21 -04:00
# The rate selects how fast Fenrir will speak. Options range from 0, slowest, to 1.0, fastest.
2016-11-05 12:07:21 -04:00
rate=0.35
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
pitch=0.5
# Pitch for capital letters
capitalPitch=0.9
# Volume controls the loudness of the voice, select from 0, quietest, to 1.0, loudest.
volume=1.0
# Module is used for Speech-dispatcher, to select the speech module you want to use.
# Consult Speech-dispatcher's configuration and help ti find out which modules are available.
# The default is Espeak.
2016-11-05 12:07:21 -04:00
module=espeak
# Voice selects the varient you want to use, for example, f5 will use the female voice #5 in Espeak,
# or if using the Espeak module in Speech-dispatcher. To find out which voices are available, consult the documentation provided with your selected synthesizer.
2016-11-05 12:07:21 -04:00
voice=f3
# Select the language you want Fenrir to use.
2016-11-05 12:07:21 -04:00
language=en_US
# Read new text as it happens?
autoReadIncoming=True
# genericSpeechCommand is the command that is executed for talking
# the following variables are replaced with values
# fenrirText = is the text that should be spoken
# fenrirModule = may be the speech module used in Speech-dispatcher, not every TTY needs this
# fenrirLanguage = the language
# fenrirVoice = is the current voice that should be used
# the current volume, pitch and rate is calculated like this
# value = min + settingValue * (min - max )
# fenrirVolume = is replaced with the current volume
# fenrirPitch = is replaced with the current pitch
# fenrirRate = is replaced with the current speed (speech rate)
2018-03-12 13:52:14 -04:00
genericSpeechCommand=espeak -a fenrirVolume -s fenrirRate -p fenrirPitch -v fenrirVoice -- "fenrirText"
# these are the minimum and maximum values of the TTS system used in genericSpeechCommand
fenrirMinVolume=0
fenrirMaxVolume=200
fenrirMinPitch=0
fenrirMaxPitch=99
fenrirMinRate=80
fenrirMaxRate=450
2016-11-05 12:07:21 -04:00
[braille]
enabled=False
2017-07-24 15:51:12 -04:00
driver=dummyDriver
2016-11-05 12:07:21 -04:00
layout=en
2017-01-30 10:00:04 -05:00
# to what should the flush timeout relate to
2017-01-30 14:30:49 -05:00
# word = flush after (number of words to display) * seconds
# char = flush after (number of chars to display) * seconds
# fix = flush after X seconds
# none = no automatic flush (manual via shortcut)
2017-01-30 10:00:04 -05:00
flushMode=word
# seconds to flush or
# -1 = no automatic flush (manual via shortcut)
flushTimeout=3
# how should the cursor be focused?
# page = if cursor cross the border move to next page and start at beginn
# fixCell = ajust the cursor on an special cell where it is always placed. the display scroll here more smooth.
cursorFocusMode=page
2017-01-30 13:58:40 -05:00
# define the cell on the Braille device where fenrir should scroll and keep the cursor
2017-01-30 13:55:48 -05:00
# 0 = first cell on device
# -1 = last cell on device
# >0 = fix cell number
2017-01-30 13:58:40 -05:00
fixCursorOnCell=-1
2017-02-02 13:06:53 -05:00
#How should the braille follow the focus
# none = no automatic toggle command used
# review = priority to review
# last = follow last used cursor
cursorFollowMode=review
2017-02-02 14:02:20 -05:00
# number of cells in panning (horizontal)
2017-02-02 13:06:53 -05:00
# 0 = display size, >0 number of cells
2017-02-02 14:02:20 -05:00
panSizeHorizontal=0
2016-11-05 12:07:21 -04:00
[screen]
2017-01-26 18:26:35 -05:00
driver=vcsaDriver
2017-07-17 18:58:54 -04:00
encoding=auto
2016-12-12 14:45:47 -05:00
screenUpdateDelay=0.05
2016-11-05 12:07:21 -04:00
suspendingScreen=
2018-03-13 17:45:52 -04:00
suspendingScreenFile=/tmp/fenrirSuspend
2016-11-05 12:07:21 -04:00
autodetectSuspendingScreen=True
[keyboard]
driver=evdevDriver
2016-11-05 12:07:21 -04:00
# filter input devices NOMICE, ALL or a DEVICE NAME
device=ALL
# gives Fenrir exclusive access to the keyboard and let consume keystrokes.
2016-11-05 12:07:21 -04:00
grabDevices=True
ignoreShortcuts=False
# the current shortcut layout located in /etc/fenrirscreenreader/keyboard
2016-11-05 12:07:21 -04:00
keyboardLayout=desktop
# echo chars while typing.
charEcho=True
## echo deleted chars
charDeleteEcho=True
# echo word after pressing space
wordEcho=True
# interrupt speech on any keypress
interruptOnKeyPress=True
# you can filter the keys on that the speech should interrupt (empty = all keys, otherwhise the given keys)
interruptOnKeyPressFilter=
2016-11-05 12:07:21 -04:00
# timeout for double tap in sec
doubleTapTimeout=0.2
[general]
debugLevel=0
debugMode=File
debugFile=/var/log/fenrirscreenreader/fenrir.log
2016-11-05 12:07:21 -04:00
punctuationProfile=default
punctuationLevel=some
respectPunctuationPause=True
newLinePause=True
numberOfClipboards=10
2017-06-03 17:24:37 -04:00
# used path for "export_clipboard_to_file"
# $user is replaced by username
clipboardExportPath=/tmp/fenrirClipboard
2016-11-05 12:07:21 -04:00
emoticons=True
# define the current Fenrir key
2016-11-05 12:07:21 -04:00
fenrirKeys=KEY_KP0,KEY_META
scriptKey=KEY_COMPOSE
timeFormat=%H:%M:%P
dateFormat=%A, %B %d, %Y
autoSpellCheck=True
spellCheckLanguage=en_US
scriptPath=/usr/share/fenrirscreenreader/scripts
commandPath=
2017-08-13 16:38:12 -04:00
#fenrirBGColor = the backgroundcolor
#fenrirFGColor = the foregroundcolor
#fenrirUnderline = speak the underline attribute
#fenrirBold = speak the bold attribute
#fenrirBlink = speak the blink attribute
#fenrirFont = the font
#fenrirFontSize = the fontsize
2017-08-13 19:04:25 -04:00
attributeFormatString=Background fenrirBGColor,Foreground fenrirFGColor,fenrirUnderline,fenrirBold,fenrirBlink, Font fenrirFont,Fontsize fenrirFontSize
2018-03-24 14:47:44 -04:00
autoPresentIndent=False
2018-05-28 18:06:52 -04:00
# play a sound when attributes are changeing
hasAttributes=True
2018-03-25 17:03:53 -04:00
# shell for PTY emulatiun (empty = default shell)
shell=
2016-11-05 12:07:21 -04:00
[focus]
cursor=True
highlight=False
2016-12-07 17:54:30 -05:00
[review]
lineBreak=True
2016-12-07 17:54:30 -05:00
endOfScreen=True
# leave the review when pressing a key
leaveReviewOnCursorChange=True
# leave the review when changing the screen
leaveReviewOnScreenChange=True
2016-12-07 17:54:30 -05:00
2016-11-05 12:07:21 -04:00
[promote]
enabled=True
inactiveTimeoutSec=120
list=
2016-11-09 15:28:18 -05:00
[time]
enabled=False
presentTime=True
presentDate=True
delaySec=0
# present time after to given minutes example every 15 minutes: 00,15,30,45
# if delaySec is >0 onMinutes is ignored
onMinutes=00,30
# announce via soundicon
announce=True
# interrupt current speech for time announcement
interrupt=False