openbsd-ports/audio/speech-dispatcher/patches/patch-config_speechd_conf
ajacoutot c89acaf493 Import speech-dispatcher-0.7.1.
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@
2011-10-20 11:28:27 +00:00

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"