32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
# Debug turns debugging on or off
|
|
# See speechd.conf for information where debugging information is stored
|
|
|
|
# Debug 0
|
|
|
|
|
|
# See Festival commands comments for information
|
|
FliteMaxChunkLength 500
|
|
FliteDelimiters ".?!;"
|
|
|
|
|
|
# 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-flite"
|
|
|
|
|
|
# Copyright (C) 2003-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/>.
|