0efe85d
diff -up festival/lib/init.scm.use-pacat festival/lib/init.scm
0efe85d
--- festival/lib/init.scm.use-pacat	2008-10-27 21:35:08.000000000 -0400
0efe85d
+++ festival/lib/init.scm	2008-10-27 21:41:08.000000000 -0400
0efe85d
@@ -140,6 +140,10 @@
0efe85d
 (require 'token)
0efe85d
 (require 'tts)
0efe85d
 
0efe85d
+;;; Default to using pulseaudio (bug 467531)
0efe85d
+(Parameter.def 'Audio_Command "pacat --channels=1 --rate=$SR $FILE -n Festival --stream-name=Speech")
0efe85d
+(Parameter.set 'Audio_Method 'Audio_Command)
0efe85d
+
0efe85d
 ;;;
0efe85d
 ;;;  Local site initialization, if the file exists load it
0efe85d
 ;;;