File: config.py.sample

package info (click to toggle)
cicero 0.7.2-4
  • links: PTS, VCS
  • area: contrib
  • in suites: buster
  • size: 384 kB
  • sloc: python: 1,235; makefile: 25; sh: 6
file content (21 lines) | stat: -rw-r--r-- 694 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# For now we gather config options here.
# TODO: Make this a robustly parsed external config file, rather than having
# users edit code.

# Language phonetic rules and filters.
rulefile = "/home/foo/cicero/rules.fr"
# List of known good phonetic translations for regression check
testfile = "/home/foo/cicero/checklist.fr"
# MBROLA executable
mbrola_prog_path = '/usr/local/bin/mbrola'
# MBROLA voice file
mbrola_voice = '/usr/local/lib/mbrola/fr1/fr1'
# pitch factor
mbrola_f = 0.95
# default time factor (smaller talks faster)
# note: BRLTTY for example might override this with its own value
mbrola_t = 0.9
# Output sound device
snd_dev = '/dev/dsp'
# Debugging output on stderr
tracing = 0