diff --git a/config/settings/settings.conf.example b/config/settings/settings.conf.example index 19d8541b..e9aad83e 100644 --- a/config/settings/settings.conf.example +++ b/config/settings/settings.conf.example @@ -55,7 +55,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 espeak. -module=espeak +#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. @@ -63,7 +63,7 @@ module=espeak voice=en-us # Select the language you want Fenrir to use. -language=english-us +#language=english-us # Read new text as it happens? autoReadIncoming=True