I thought I was going to be able to leave 1.4 alone, but that was not the case.
[asterisk-bristuff.git] / configs / festival.conf.sample
blob774f1a16c7c967ff3d19eef94838525d9858a5e6
2 ; Festival Configuration
4 [general]
6 ; Host which runs the festival server (default : localhost);
8 ;host=localhost
10 ; Port on host where the festival server runs (default : 1314)
12 ;port=1314
14 ; Use cache (yes, no - defaults to no)
16 ;usecache=yes
18 ; If usecache=yes, a directory to store waveform cache files. 
19 ; The cache is never cleared (yet), so you must take care of cleaning it
20 ; yourself (just delete any or all files from the cache). 
21 ; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process.
22 ; Defaults to /tmp/
24 ;cachedir=/var/lib/asterisk/festivalcache/
26 ; Festival command to send to the server.
27 ; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n
28 ; %s is replaced by the desired text to say. The command MUST end with a 
29 ; (quit) directive, or the cache handling mechanism will hang. Do not 
30 ; forget the \n at the end. 
31
32 ;festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n