-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpicotts.conf.sample
37 lines (36 loc) · 922 Bytes
/
picotts.conf.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
;
; PicoTTS Configuration
;
[general]
;
; Use cache (yes, no - defaults to no)
;
usecache=no
;
; If usecache=yes, a directory to store waveform cache files.
; The cache is never cleared (yet), so you must take care of cleaning it
; yourself (just delete any or all files from the cache).
; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process.
; Defaults to /tmp/
;
cachedir=/var/lib/asterisk/picottscache/
;
; Voice name (defaults to en-US)
;
; Available voices (languages):
; en-US (American english)
; en-GB (british english)
; de-DE (German)
; es-ES (Spanish)
; fr-FR (French)
; it-IT (Italian)
;
voice=es-ES
;
; Target sample rate for the generated sound files in Hz (default is 8000)
; For now app_flite supports generation of 8000Hz or 16000Hz sound files
; so possible values are only 8000 and 16000. If set to another value it will
; automatically fall back to 8000Hz.
;
samplerate=16000
;