26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
diff -uNr speech-dispatcher-0.6.6/config/speechd.conf.in speech-dispatcher-patched-0.6.6/config/speechd.conf.in
|
|
--- speech-dispatcher-0.6.6/config/speechd.conf.in 2008-01-28 18:49:14.000000000 +0530
|
|
+++ speech-dispatcher-patched-0.6.6/config/speechd.conf.in 2008-06-17 20:24:54.000000000 +0530
|
|
@@ -36,8 +36,8 @@
|
|
# DO NOT COMMENT OUT THIS OPTION, SET IT TO "default" if you do not
|
|
# want to influence it.
|
|
|
|
-LogDir "default"
|
|
-#LogDir "/var/log/speech-dispatcher/"
|
|
+#LogDir "default"
|
|
+LogDir "/var/log/"
|
|
#LogDir "stdout"
|
|
|
|
# CustomLogFile allows logging all messages of the given kind,
|
|
@@ -130,8 +130,8 @@
|
|
# either relative (to etc/speechd/modules/) or absolute
|
|
|
|
AddModule "espeak" "sd_espeak" "espeak.conf"
|
|
-AddModule "festival" "sd_festival" "festival.conf"
|
|
-AddModule "flite" "sd_flite" "flite.conf"
|
|
+#AddModule "festival" "sd_festival" "festival.conf"
|
|
+#AddModule "flite" "sd_flite" "flite.conf"
|
|
#AddModule "espeak-generic" "sd_generic" "espeak-generic.conf"
|
|
#AddModule "epos-generic" "sd_generic" "epos-generic.conf"
|
|
#AddModule "dtk-generic" "sd_generic" "dtk-generic.conf"
|