1;
2; Flite Configuration
3;
4[general]
5;
6; Use cache (yes, no - defaults to no)
7;
8;usecache=yes
9;
10; If usecache=yes, a directory to store waveform cache files.
11; The cache is never cleared (yet), so you must take care of cleaning it
12; yourself (just delete any or all files from the cache).
13; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process.
14; Defaults to /tmp/
15;
16;cachedir=/var/lib/asterisk/flitecache/
17;
18; Voice name (defaults to kal)
19;
20; Available voices (for flite 1.4):
21;	kal (American male)
22;	rms (American male)
23;	awb (Scottish male)
24;	slt (American female)
25;
26;voice=kal
27;
28; Target sample rate for the generated sound files in Hz (default is 8000)
29; For now app_flite supports generation of 8000Hz or 16000Hz sound files
30; so possible values are only 8000 and 16000. If set to another value it will
31; automatically fall back to 8000Hz.
32;
33;samplerate=16000
34;
35