diff --git a/config/settings/settings.conf b/config/settings/settings.conf index 854b066c..2b32e45f 100644 --- a/config/settings/settings.conf +++ b/config/settings/settings.conf @@ -56,6 +56,7 @@ 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. +# This also sets the voice used in the generic driver. voice= # Select the language you want Fenrir to use. @@ -69,7 +70,7 @@ autoReadIncoming=True # fenrirText = is the text that should be spoken # fenrirModule = may be the speech module like used in speech-dispatcher, not every TTY need this # fenrirLanguage = the language -# fenrirVoice = is the current voice that should be used +# fenrirVoice = is the current voice that should be used. Set the voice variable above. # the current volume, pitch and rate is calculated like this # value = min + settingValue * (min - max ) # fenrirVolume = is replaced with the current volume