fenrir/config/settings/settings.conf.orig

72 lines
1.8 KiB
Plaintext
Raw Normal View History

2016-08-11 08:37:46 -04:00
[sound]
2016-08-17 10:13:19 -04:00
# Turn sound on or off:
2016-08-11 08:37:46 -04:00
enabled=True
2016-08-17 10:13:19 -04:00
# Select the driver used to play sounds, choices are sox and gstreamer.
# Sox is the default.
2016-08-11 08:37:46 -04:00
driver=sox
2016-08-17 10:13:19 -04:00
# Sound themes. This is the pack of sounds used for sound alerts.
# Sound packs may be located at /usr/share/sounds
# For system wide availability, or ~/.local/share/fenrir/sounds
# For the current user.
2016-08-11 08:37:46 -04:00
theme=default
2016-08-17 10:13:19 -04:00
# Sound volume controls how loud the sounds for your chosen soundpack are.
# 0 is quietest, 1.0 is loudest.
2016-08-11 08:37:46 -04:00
volume=1.0
[speech]
2016-08-17 10:13:19 -04:00
# Turn speech on or off:
2016-08-11 08:37:46 -04:00
enabled=True
2016-08-17 10:13:19 -04:00
# Select speech driver, options are speechd (default) or espeak:
driver=speechd
# The rate selects how fast fenrir will speak. Options range from 0, slowest, to 1.0, fastest.
rate=0.45
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
2016-08-11 08:37:46 -04:00
pitch=0.5
2016-08-17 10:13:19 -04:00
# 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-08-11 08:37:46 -04:00
module=espeak
2016-08-17 10:13:19 -04:00
# 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 chosen synthesizer.
2016-08-11 08:37:46 -04:00
voice=en-us
2016-08-17 10:13:19 -04:00
# Select the language you want fenrir to use.
2016-08-11 08:37:46 -04:00
language=en-us
2016-08-17 10:13:19 -04:00
# Read new text as it happens?
2016-08-11 08:37:46 -04:00
autoReadIncomming=True
[braille]
enabled=False
layout=en
[screen]
driver=linux
screenUpdateDelay=0.4
[keyboard]
device=all
grabDevices=True
ignoreShortcuts=False
keyboardLayout=desktop
charEcho=False
charDeleteEcho=True
wordEcho=True
interruptOnKeyPress=False
[general]
debugLevel=0
punctuationLevel=1
2016-08-11 17:16:44 -04:00
fenrirKeys=KEY_KP0