File: //etc/speech-dispatcher/modules/ivona.conf
# Host and port - default values
#IvonaServerHost "127.0.0.1"
#IvonaServerPort 9123
#Sample Frequency
#IvonaSampleFreq 16000
# Debug level - see Festival module configuration
Debug 0
# DebugFile specifies the file where the debugging information
# should be stored (note that the log is overwritten each time
# the module starts)
# DebugFile "/tmp/debug-ivona"
# IvonaMinCapLet overrides DefaultCapLetRecognition. Set to:
# 1 for "icon" - play icon even if default is "none"
# 2 for "spell" - spell "capital" even if default is "none" or "icon"
IvonaMinCapLet 1
IvonaSoundIconPath "/usr/share/sounds/sound-icons-0.1/"
#Ivona Speaker (depends on Ivona version)
#Jacek or Ewa for pl, Jennifer for en, Carmen for ro
IvonaSpeakerName "Jacek"
IvonaSpeakerLanguage "pl"
#Delimiters for message splitting
#Do not change if not sure!
#IvonaDelimiters ".;:,!?"
#Punctuation for "some"
#IvonaPunctuationSome "()"
# Copyright (C) 2008 Brailcom, o.p.s
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU General Public License for more details (file
# COPYING in the root directory).
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.