1.1 --- a/asterisk/festival.conf Sun Mar 20 19:27:35 2011 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,35 +0,0 @@ 1.4 -; 1.5 -; Festival Configuration 1.6 -; 1.7 -;[general] 1.8 -; 1.9 -; Host which runs the festival server (default : localhost); 1.10 -; 1.11 -;host=localhost 1.12 -; 1.13 -; Port on host where the festival server runs (default : 1314) 1.14 -; 1.15 -;port=1314 1.16 -; 1.17 -; Use cache (yes, no - defaults to no) 1.18 -; 1.19 -;usecache=yes 1.20 -; 1.21 -; If usecache=yes, a directory to store waveform cache files. 1.22 -; The cache is never cleared (yet), so you must take care of cleaning it 1.23 -; yourself (just delete any or all files from the cache). 1.24 -; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process. 1.25 -; Defaults to /tmp/ 1.26 -; 1.27 -;cachedir=/var/lib/asterisk/festivalcache/ 1.28 -; 1.29 -; Festival command to send to the server. 1.30 -; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n 1.31 -; %s is replaced by the desired text to say. The command MUST end with a 1.32 -; (quit) directive, or the cache handling mechanism will hang. Do not 1.33 -; forget the \n at the end. 1.34 -; 1.35 -;festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n 1.36 -; 1.37 -; 1.38 -