192 |
- |
1 |
|
|
|
2 |
# -- CICERO EXECUTABLE AND LOG --
|
|
|
3 |
|
|
|
4 |
# CiceroExecutable indicates path to the cicero executable (the file called
|
|
|
5 |
# tts_brltty_es.py in the original distribution of the 0.7 version). You can
|
|
|
6 |
# create a symbolic link # ln -s your-path/tts_brltty_es.py /usr/bin/cicero or
|
|
|
7 |
# probably better in /usr/local/bin/cicero and modify the below option
|
|
|
8 |
# accordingly.
|
|
|
9 |
|
|
|
10 |
#CiceroExecutable "/usr/bin/cicero"
|
|
|
11 |
|
|
|
12 |
# CiceroExecutableLog is the path where logging information of the
|
|
|
13 |
# original Cicero synthesizer (CiceroExecutable) should be stored.
|
|
|
14 |
# This should not be confused with the logging of this module/driver
|
|
|
15 |
# specified in speechd.conf.
|
|
|
16 |
|
|
|
17 |
#CiceroExecutableLog "/var/log/speech-dispatcher/cicero-executable.log"
|
|
|
18 |
|
|
|
19 |
# -- AUDIO OUTPUT --
|
|
|
20 |
|
|
|
21 |
# Cicero does its own audio output which can't
|
|
|
22 |
# be influenced from this place. Please see Cicero
|
|
|
23 |
# documentation
|
|
|
24 |
|
|
|
25 |
# -- DEBUGING AND LOGING --
|
|
|
26 |
|
|
|
27 |
# Debug turns debugging on or off
|
|
|
28 |
# See speechd.conf for information where debugging information is stored
|
|
|
29 |
|
|
|
30 |
#Debug 0
|