summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch')
-rw-r--r--app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch39
1 files changed, 38 insertions, 1 deletions
diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch
index 7c55ae9bc1a2..cb5ccf1fe0a7 100644
--- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch
+++ b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch
@@ -1,4 +1,4 @@
---- speech-dispatcher-0.6.2/config/speechd.conf.in.orig 2007-04-13 22:13:29.000000000 -0500
+--- 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.
@@ -9,3 +9,40 @@
# 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