/etc/speech-dispatcher/modules/cicero.conf is in speech-dispatcher 0.8-5ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # -- CICERO EXECUTABLE AND LOG --
# CiceroExecutable indicates path to the cicero executable (the file called
# tts_brltty_es.py in the original distribution of the 0.7 version). You can
# create a symbolic link # ln -s your-path/tts_brltty_es.py /usr/bin/cicero or
# probably better in /usr/local/bin/cicero and modify the below option
# accordingly.
#CiceroExecutable "/usr/bin/cicero"
# CiceroExecutableLog is the path where logging information of the
# original Cicero synthesizer (CiceroExecutable) should be stored.
# This should not be confused with the logging of this module/driver
# specified in speechd.conf.
#CiceroExecutableLog "/var/log/speech-dispatcher/cicero-executable.log"
# -- AUDIO OUTPUT --
# Cicero does its own audio output which can't
# be influenced from this place. Please see Cicero
# documentation
# -- DEBUGING AND LOGING --
# Debug turns debugging on or off
# See speechd.conf for information where debugging information is stored
#Debug 0
|