[Asterisk-cvs] asterisk/contrib README.festival,1.3,1.4

markster at lists.digium.com markster at lists.digium.com
Wed Dec 1 16:11:54 CST 2004


Update of /usr/cvsroot/asterisk/contrib
In directory mongoose.digium.com:/tmp/cvs-serv10223/contrib

Modified Files:
	README.festival 
Log Message:
Update festival documenation (bug #2964)


Index: README.festival
===================================================================
RCS file: /usr/cvsroot/asterisk/contrib/README.festival,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- README.festival	20 Apr 2004 23:31:13 -0000	1.3
+++ README.festival	1 Dec 2004 21:10:28 -0000	1.4
@@ -11,6 +11,23 @@
 1.4.2 RELEASE are included. The patch adds a new command to festival 
 (asterisk_tts). 
 
+It is possible to run Festival without patches in the source-code. Just
+add this to your /etc/festival.scm or /usr/share/festival/festival/scm:
+
+    (define (tts_textasterisk string mode)
+    "(tts_textasterisk STRING MODE)
+    Apply tts to STRING. This function is specifically designed for
+    use in server mode so a single function call may synthesize the string.
+    This function name may be added to the server safe functions."
+    (let ((wholeutt (utt.synth (eval (list 'Utterance 'Text string)))))
+    (utt.wave.resample wholeutt 8000)
+    (utt.wave.rescale wholeutt 5)
+    (utt.send.wave.client wholeutt)))
+
+[See the comment with subject "Using Debian
+ festival >= 1.4.3-15 (no recompiling needed!)" on
+ http://www.voip-info.org/wiki-Asterisk+festival+installation for the
+ original mentioning of it]
 
 2) You may wish to obtain and install the asterisk-perl
 module by James Golovich <james at gnuinter.net>, from 




More information about the svn-commits mailing list