Changed the espeak examples to espeak-ng and also for the generic speech command.
This commit is contained in:
parent
6c0556977e
commit
146f133874
@ -54,7 +54,7 @@ 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 specified in speechd.conf.
|
# 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,
|
# 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.
|
# 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
|
# fenrirVolume = is replaced with the current volume
|
||||||
# fenrirPitch = is replaced with the current pitch
|
# fenrirPitch = is replaced with the current pitch
|
||||||
# fenrirRate = is replaced with the current speed (speech rate)
|
# 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
|
# those are the min and max values of the TTS system that is used in genericSpeechCommand
|
||||||
fenrirMinVolume=0
|
fenrirMinVolume=0
|
||||||
|
Loading…
Reference in New Issue
Block a user