forked from zaf/Asterisk-eSpeak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
espeak.conf.sample
49 lines (48 loc) · 1.16 KB
/
espeak.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
38
39
40
41
42
43
44
45
46
47
48
49
;
; eSpeak Configuration
;
[general]
;
; Use cache (yes, no - defaults to no)
;
;usecache=yes
;
; If usecache=yes, a directory to store waveform cache files.
; The cache is never cleared by the application, 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/espeakcache/
;
; Target sample rate for the generated sound files in Hz (default is 8000)
; For now app_espeak 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=8000
;
[voice]
;
; The voice to use, i.e.
; the name of the voice file to use from from espeak-data/voices
; Use "espeak --voices" for a list of available voices
; (default is "en-us")
;
;voice=af
;
; The playback speed in words per minute (default is 150)
;
;speed=130
;
; Amplitude, 0 to 200, default is 100
;
;volume=100
;
; Word gap. Pause between words, units of 10mS at the default speed
;
;wordgap=1
;
; Pitch adjustment, 0 to 99, default is 50
;
;pitch=40