diff --git a/config/settings/settings.conf b/config/settings/settings.conf index 4f42b795..251c8798 100644 --- a/config/settings/settings.conf +++ b/config/settings/settings.conf @@ -54,7 +54,7 @@ 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 Fenrir find out which modules are available. # The default is specified in speechd.conf. -#module=espeak +#module=espeak-ng # Voice selects the voice you want to use, for example, en-GB-scotland will use the Scotish English voice in Espeak, # To find out which voices are available, consult the documentation provided with your selected synthesizer. @@ -79,7 +79,7 @@ autoReadIncoming=True # fenrirVolume = is replaced with the current volume # fenrirPitch = is replaced with the current pitch # fenrirRate = is replaced with the current speed (speech rate) -genericSpeechCommand=espeak -a fenrirVolume -s fenrirRate -p fenrirPitch -v fenrirVoice -- "fenrirText" +genericSpeechCommand=espeak-ng -a fenrirVolume -s fenrirRate -p fenrirPitch -v fenrirVoice -- "fenrirText" # those are the min and max values of the TTS system that is used in genericSpeechCommand fenrirMinVolume=0