Update settings.conf
This commit is contained in:
parent
ce8e538049
commit
7b11240b11
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user