c89acaf493
The Speech Dispatcher project provides a high-level device independent layer for access to speech synthesis through a simple, stable and well documented interface. <...> ok jasper@
22 lines
871 B
Plaintext
22 lines
871 B
Plaintext
$OpenBSD: patch-config_speechd_conf,v 1.1.1.1 2011/10/20 11:28:38 ajacoutot Exp $
|
|
--- config/speechd.conf.orig Thu Oct 20 11:19:47 2011
|
|
+++ config/speechd.conf Thu Oct 20 11:20:46 2011
|
|
@@ -162,7 +162,7 @@ DefaultVolume 100
|
|
# different sound systems and provides alternative output for Pulse Audio
|
|
# and ALSA as well as for other backends.
|
|
|
|
-# AudioOutputMethod "pulse"
|
|
+AudioOutputMethod "libao"
|
|
|
|
# -- Pulse Audio parameters --
|
|
|
|
@@ -207,7 +207,7 @@ DefaultVolume 100
|
|
# either relative (to etc/speechd/modules/) or absolute
|
|
|
|
AddModule "espeak" "sd_espeak" "espeak.conf"
|
|
-AddModule "festival" "sd_festival" "festival.conf"
|
|
+#AddModule "festival" "sd_festival" "festival.conf"
|
|
#AddModule "flite" "sd_flite" "flite.conf"
|
|
#AddModule "ivona" "sd_ivona" "ivona.conf"
|
|
#AddModule "espeak-generic" "sd_generic" "espeak-generic.conf"
|