/etc/speechd-up.conf is in speechd-up 0.5~20110719-5+b1.
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | # Global configuration for SpeechD-Up
# ==========================================
# -----SPEAKUP DEVICE-----
# Path to the Speakup device for output to software synthesis
# This device must be readable and writable by the appropriate
# user running the speechd-up process.
# Default is "/dev/softsynth"
#SpeakupDevice "/dev/softsynth"
# Path to Speakup proc files (character names and character table)
# For other languages than english, it is very important to get
# this right!
#SpeakupChartab "/sys/accessibility/speakup/i18n/chartab"
#SpeakupCharacters "/sys/accessibility/speakup/i18n/characters"
# -----TABLES INITIALIZATION-----
# If DontInitTables is set to 1, SpeechD-Up won't change
# /proc/speakup/characters and /proc/speakup/chartab tables.
# This is recommended in case you are using a synthesizer
# that doesn't support punctuation and capital letters
# recognition. Otherwise keep DontInitTables set to 0 and
# use your synthesizer configuration for customization.
# Default is 0.
#DontInitTables 0
# ---LANGUAGE OPTIONS---
# Default language to be used for speech output from Festival.
# The value must be a lowercase 2-character ISO language code.
# Default is "en".
#Language "en"
# SpeakupCoding must be set to the encoding (name as understood
# by iconv, see 'man inconv') Speakup is using for output to the
# software synthesis device. This will generally be the encoding
# used on your text console. (UTF-8 is not supported by Speakup
# nor by the Linux internals.)
# Note: This will only work together with DontInitTables set to 0.
# Default is "iso-8859-1"
#SpeakupCoding "iso-8859-1"
# ---- LOGGING ---
# LogLevel is a number between 1 and 5 that specifies
# how much of the logging information should be printed
# out on the screen or in the logfile (see LogFile)
# 1 means only errors, 5 means everything (not recommended).
# Default is 3.
#LogLevel 3
# LogFile specifies where should SpeechD-Up write it's logging
# messages (status information, error messages, etc.)
# Specify a full path to the file where the log should be written to.
# Default is "/var/log/speechd-up.log"
#LogFile "/var/log/speechd-up.log"
|