Updated documentation for language and voice settings.

This commit is contained in:
Storm Dragon 2019-02-15 14:38:07 -05:00
parent 287d2e68be
commit 2f7b55f3b8

View File

@ -53,16 +53,17 @@ volume=1.0
# Module is used for Speech-dispatcher, to select the speech module you want to use. # 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. # 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 #module=espeak
# Voice selects the varient you want to use, for example, f5 will use the female voice #5 in Espeak, # Voice selects the voice you want to use, for example, en-GB-scotland will use the Scotish English voice 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. # 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. # 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. # Select the language you want Fenrir to use.
#language=english-us #language=en
# Read new text as it happens? # Read new text as it happens?
autoReadIncoming=True autoReadIncoming=True