Update settings.conf.orig

This commit is contained in:
chrys87 2016-09-16 13:15:36 +02:00 committed by GitHub
parent 7b11240b11
commit 142bfbd6f3

View File

@ -17,7 +17,14 @@ theme=default
volume=1.0 volume=1.0
# shell commands for generic sound driver # 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 genericPlayFileCommand=play -q -v fenrirVolume fenrirSoundFile
#the following command is used for generating a frequence beep
genericFrequencyCommand=playFreq -v fenrirVolume -f fenrirFrequence -d fenrirDuration genericFrequencyCommand=playFreq -v fenrirVolume -f fenrirFrequence -d fenrirDuration
[speech] [speech]