--- speech-dispatcher-0.6.2/config/speechd.conf.in 2007-04-13 22:13:29.000000000 -0500 +++ speech-dispatcher-0.6.2/config/speechd.conf.in 2007-04-13 22:13:48.000000000 -0500 @@ -153,7 +153,7 @@ # DefaultModule selects which output module is the default. # You must use one of the modules loaded with AddModule. -DefaultModule flite +DefaultModule espeak-generic # LanguageDefaultModule selects which output modules are prefered # for specified languages. --- speech-dispatcher-0.6.2/config/modules/espeak-generic.conf 2007-02-27 10:37:57.000000000 -0600 +++ speech-dispatcher-0.6.2/config/modules/espeak-generic.conf 2007-06-04 22:54:04.000000000 -0500 @@ -73,27 +73,27 @@ # while speechd_rate is a value between -100 (lowest) and +100 (highest) # You have to define some meaningful conversion for each synthesizer -# Here's the mapping from SSIP (Speech Dispatcher) to ESpeak (v1.10): +# Here's the mapping from SSIP (Speech Dispatcher) to ESpeak (v1.25): # # SSIP Range SSIP Default ESpeak Range ESpeak Default # ----------- ------------ ------------ -------------- -# Rate -100 to 100 0 80 to 320 160 +# Rate -100 to 100 0 80 to 370 170 # Pitch -100 to 100 0 0 to 99 50 -# Volume -100 to 100 0 0 to 20 10 +# Volume -100 to 100 0 0 to 200 100 # # The SSIP defaults are actually controlled via DefaultRate, DefaultPitch, and # DefaultVolume in the speechd.conf file. -GenericRateAdd 160 +GenericRateAdd 170 GenericPitchAdd 50 -GenericVolumeAdd 10 +GenericVolumeAdd 100 # (These values are multiplied by 100, because DotConf currently # doesn't support floats. So you can write 0.85 as 85 and so on.) -GenericRateMultiply 160 +GenericRateMultiply 170 GenericPitchMultiply 50 -GenericVolumeMultiply 10 +GenericVolumeMultiply 100 # If the client program can't handle floats, you will have to # use these two options to force integers as the parameters