asterisk/festival.conf

Fri, 15 Oct 2010 19:06:09 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 19:06:09 +0200
changeset 263
f4a0b439d0fb
permissions
-rw-r--r--

Correct shared library and plugin link logic, as well as informal text.
Update file server URL, update build resource estimations, correct RPATH
logic, allow for qmake(1) static to shared library changes via CONFIG
argument, correct documentation broken title and index links, correct
shared library install path, install only one set of (correct) plugins,
install the designer shared library (as required by QtCreator), announce
features related to shared linking using qmake(1), and correclty
substitute hard coded paths in prl and la library files.

     1 ;
     2 ; Festival Configuration
     3 ;
     4 ;[general]
     5 ;
     6 ; Host which runs the festival server (default : localhost);
     7 ;
     8 ;host=localhost
     9 ;
    10 ; Port on host where the festival server runs (default : 1314)
    11 ;
    12 ;port=1314
    13 ;
    14 ; Use cache (yes, no - defaults to no)
    15 ;
    16 ;usecache=yes
    17 ;
    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/
    23 ;
    24 ;cachedir=/var/lib/asterisk/festivalcache/
    25 ;
    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
    33 ;
    34 ;

mercurial