From 2f7b55f3b89857841901d60e1f6f6e95f2abd149 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 15 Feb 2019 14:38:07 -0500 Subject: [PATCH] Updated documentation for language and voice settings. --- config/settings/settings.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/settings/settings.conf b/config/settings/settings.conf index 4cc48432..92acac02 100644 --- a/config/settings/settings.conf +++ b/config/settings/settings.conf @@ -53,16 +53,17 @@ 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. +# The default is specified in speechd.conf. #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. +# 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. # This also sets the voice used in the generic driver. -voice=en-us +# You can add a variant by adding +name onto the end. +# voice=en-us # Select the language you want Fenrir to use. -#language=english-us +#language=en # Read new text as it happens? autoReadIncoming=True