change default settings to generic speech

This commit is contained in:
chrys
2018-03-10 17:27:24 +01:00
parent d6b91ad65b
commit 46d9e6830c
2 changed files with 226 additions and 5 deletions

View File

@ -33,9 +33,9 @@ genericFrequencyCommand=play -q -v fenrirVolume -n -c1 synth fenrirDuration sine
enabled=True
# Select speech driver, options are speechdDriver (default), genericDriver or espeakDriver:
driver=speechdDriver
#driver=speechdDriver
#driver=espeakDriver
#driver=genericDriver
driver=genericDriver
# server path for emacspeak
serverPath=/home/chrys/Projekte/emacspeak/servers/espeak
@ -54,15 +54,15 @@ 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.
# This also sets the voice used in the generic driver.
voice=
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