michael@202: ; michael@202: ; Festival Configuration michael@202: ; michael@202: ;[general] michael@202: ; michael@202: ; Host which runs the festival server (default : localhost); michael@202: ; michael@202: ;host=localhost michael@202: ; michael@202: ; Port on host where the festival server runs (default : 1314) michael@202: ; michael@202: ;port=1314 michael@202: ; michael@202: ; Use cache (yes, no - defaults to no) michael@202: ; michael@202: ;usecache=yes michael@202: ; michael@202: ; If usecache=yes, a directory to store waveform cache files. michael@202: ; The cache is never cleared (yet), so you must take care of cleaning it michael@202: ; yourself (just delete any or all files from the cache). michael@202: ; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process. michael@202: ; Defaults to /tmp/ michael@202: ; michael@202: ;cachedir=/var/lib/asterisk/festivalcache/ michael@202: ; michael@202: ; Festival command to send to the server. michael@202: ; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n michael@202: ; %s is replaced by the desired text to say. The command MUST end with a michael@202: ; (quit) directive, or the cache handling mechanism will hang. Do not michael@202: ; forget the \n at the end. michael@202: ; michael@202: ;festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n michael@202: ; michael@202: ; michael@202: