Fixed spelling, some grammar and capitalisation

This commit is contained in:
Rob Whyte 2017-02-20 12:38:32 +11:00
parent c68a5ea34c
commit bb8f57b7a1

View File

@ -13,19 +13,19 @@ driver=genericDriver
# For the current user. # For the current user.
theme=default theme=default
# Sound volume controls how loud the sounds for your chosen soundpack are. # Sound volume controls how loud the sounds for your selected soundpack are.
# 0 is quietest, 1.0 is loudest. # 0 is quietest, 1.0 is loudest.
volume=1.0 volume=1.0
# shell commands for generic sound driver # shell commands for generic sound driver
# the folowing variable are substituded # the folowing variable are substituted
# fenrirVolume = the current volume setting # fenrirVolume = the current volume setting
# fenrirSoundFile = the soundfile for an soundicon # fenrirSoundFile = the soundfile for an soundicon
# fenrirFrequence = the frequence to play # fenrirFrequence = the frequence to play
# fenrirDuration = the duration of the frequence # fenrirDuration = the duration of the frequence
# the following command is used for play a soundfile # the following command is used to play a soundfile
genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
#the following command is used for generating a frequence beep #the following command is used to generate a frequency beep
genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine fenrirFrequence
[speech] [speech]
@ -37,7 +37,7 @@ driver=speechdDriver
#driver=espeakDriver #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.
rate=0.65 rate=0.65
# Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest. # Pitch controls the pitch of the voice, select from 0, lowest, to 1.0, highest.
@ -49,15 +49,15 @@ capitalPitch=0.9
volume=1.0 volume=1.0
# Module is used for speech-dispatcher, to select the speech module you want to use. # 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. # Consult speech-dispatcher's configuration and help Fenrir find out which modules are available.
# The default is espeak. # The default is espeak.
module=espeak module=espeak
# Voice selects the varient you want to use, for example, f5 will use the female voice #5 in 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 chosen synthesizer. # or if using the espeak module in speech-dispatcher. To find out which voices are available, consult the documentation provided with your selected synthesizer.
voice= voice=
# Select the language you want fenrir to use. # Select the language you want Fenrir to use.
language=english-us language=english-us
# Read new text as it happens? # Read new text as it happens?
@ -105,7 +105,7 @@ autodetectSuspendingScreen=True
driver=evdevDriver 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 lets it control keystrokes.
grabDevices=True grabDevices=True
ignoreShortcuts=False ignoreShortcuts=False
# the current shortcut layout located in /etc/fenrir/keyboard # the current shortcut layout located in /etc/fenrir/keyboard