192 |
- |
1 |
|
|
|
2 |
# -- SOUND ICONS --
|
|
|
3 |
|
|
|
4 |
# Espeak does not currently support playing sound icons
|
|
|
5 |
# (audio files that are played by name when an application requests
|
|
|
6 |
# a sound icon). If you have installed the free(b)soft sound-icons
|
|
|
7 |
# package, this is the directory where will they be found. If not
|
|
|
8 |
# blank, the espeak Output Module will play them if it finds a
|
|
|
9 |
# file whose name matches the sound icon name. If blank, or no
|
|
|
10 |
# matching file is found, the name of the sound icon will be spoken.
|
|
|
11 |
|
|
|
12 |
EspeakSoundIconFolder "/usr/share/sounds/sound-icons/"
|
|
|
13 |
|
|
|
14 |
# Volume at which sound icons are played.
|
|
|
15 |
|
|
|
16 |
EspeakSoundIconVolume 0
|
|
|
17 |
|
|
|
18 |
# -- Punctuation --
|
|
|
19 |
|
|
|
20 |
# Characters to be spoken when punctuation setting is "some"
|
|
|
21 |
# Encoding is UTF-8.
|
|
|
22 |
EspeakPunctuationList "@+_"
|
|
|
23 |
EspeakCapitalPitchRise 0
|
|
|
24 |
|
|
|
25 |
# -- Rate control --
|
|
|
26 |
# The following options are in words per minute
|
|
|
27 |
#the same as the -s parameter for the -s option in espeak command line tool.
|
|
|
28 |
|
|
|
29 |
# Minimum rate (-100 in speech-dispatcher)
|
|
|
30 |
EspeakMinRate 80
|
|
|
31 |
|
|
|
32 |
# Normal rate (0 in speech-dispatcher)
|
|
|
33 |
EspeakNormalRate 170
|
|
|
34 |
|
|
|
35 |
# Maximum rate (100 in speech-dispatcher)
|
|
|
36 |
EspeakMaxRate 390
|
|
|
37 |
|
|
|
38 |
# -- Espeak variants --
|
|
|
39 |
|
|
|
40 |
# Controls whether espeak voice variants are presented in the list of
|
|
|
41 |
# available voices. A value of 1 will present an espeak voice, plus the
|
|
|
42 |
# espeak voice with all the available variants. A value of 0 will present
|
|
|
43 |
# the list of espeak voices only.
|
|
|
44 |
|
|
|
45 |
EspeakListVoiceVariants 0
|
|
|
46 |
|
|
|
47 |
# -- Internal parameters --
|
|
|
48 |
|
|
|
49 |
# Number of ms of audio returned by the espeak callback function.
|
|
|
50 |
EspeakAudioChunkSize 3000
|
|
|
51 |
|
|
|
52 |
# Maximum number of samples to buffer in playback queue.
|
|
|
53 |
EspeakAudioQueueMaxSize 441000
|
|
|
54 |
|
|
|
55 |
# Debugging
|
|
|
56 |
Debug 0
|