update config
This commit is contained in:
45
.config/speech-dispatcher/modules/cicero.conf
Normal file
45
.config/speech-dispatcher/modules/cicero.conf
Normal file
@@ -0,0 +1,45 @@
|
||||
# Debug turns debugging on or off
|
||||
# See speechd.conf for information where debugging information is stored
|
||||
|
||||
# Debug 0
|
||||
|
||||
# -- 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
|
||||
|
||||
# -- DEBUGGING AND LOGGING --
|
||||
|
||||
# Copyright (C) 2006 Olivier BERT <obert01@mistigri.org>
|
||||
# Copyright (C) 2006 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/>.
|
||||
73
.config/speech-dispatcher/modules/espeak-ng-mbrola.conf
Normal file
73
.config/speech-dispatcher/modules/espeak-ng-mbrola.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Debugging
|
||||
Debug 0
|
||||
|
||||
|
||||
# -- SOUND ICONS --
|
||||
|
||||
# Espeak does not currently support playing sound icons
|
||||
# (audio files that are played by name when an application requests
|
||||
# a sound icon). If you have installed the free(b)soft sound-icons
|
||||
# package, this is the directory where will they be found. If not
|
||||
# blank, the espeak Output Module will play them if it finds a
|
||||
# file whose name matches the sound icon name. If blank, or no
|
||||
# matching file is found, the name of the sound icon will be spoken.
|
||||
|
||||
EspeakSoundIconFolder "/usr/share/sounds/sound-icons/"
|
||||
|
||||
# Volume at which sound icons are played.
|
||||
|
||||
EspeakSoundIconVolume 0
|
||||
|
||||
# -- Punctuation --
|
||||
|
||||
# Characters to be spoken when punctuation setting is "some"
|
||||
# Encoding is UTF-8.
|
||||
EspeakPunctuationList "@+_"
|
||||
EspeakCapitalPitchRise 0
|
||||
|
||||
# -- Rate control --
|
||||
# The following options are in words per minute
|
||||
#the same as the -s parameter for the -s option in espeak command line tool.
|
||||
|
||||
# Minimum rate (-100 in speech-dispatcher)
|
||||
EspeakMinRate 80
|
||||
|
||||
# Normal rate (0 in speech-dispatcher)
|
||||
EspeakNormalRate 170
|
||||
|
||||
# Maximum rate (100 in speech-dispatcher)
|
||||
EspeakMaxRate 449
|
||||
|
||||
# -- Internal parameters --
|
||||
|
||||
# Number of ms of audio returned by the espeak callback function.
|
||||
EspeakAudioChunkSize 300
|
||||
|
||||
# Maximum number of samples to buffer in playback queue.
|
||||
EspeakAudioQueueMaxSize 441000
|
||||
|
||||
# Whether to enable speech indexing
|
||||
EspeakIndexing 1
|
||||
|
||||
|
||||
# This makes the speak-ng-mbrola module only show mbrola voices, don't change it
|
||||
EspeakMbrola 1
|
||||
|
||||
# Copyright (C) 2007 Lukas Loehrer <listaddr1@gmx.net>
|
||||
# Copyright (C) 2007-2008 Brailcom, o.p.s
|
||||
# Copyright (C) 2007 Gilles Casse <gcasse@oralux.org>
|
||||
# Copyright (C) 2011 Rui Batista <ruiandrebatista@gmail.com>
|
||||
# Copyright (C) 2011-2016 Luke Yelavich <themuso@themuso.com>
|
||||
#
|
||||
# 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/>.
|
||||
73
.config/speech-dispatcher/modules/espeak-ng.conf
Normal file
73
.config/speech-dispatcher/modules/espeak-ng.conf
Normal file
@@ -0,0 +1,73 @@
|
||||
# Debugging
|
||||
Debug 0
|
||||
|
||||
|
||||
# -- SOUND ICONS --
|
||||
|
||||
# Espeak does not currently support playing sound icons
|
||||
# (audio files that are played by name when an application requests
|
||||
# a sound icon). If you have installed the free(b)soft sound-icons
|
||||
# package, this is the directory where will they be found. If not
|
||||
# blank, the espeak Output Module will play them if it finds a
|
||||
# file whose name matches the sound icon name. If blank, or no
|
||||
# matching file is found, the name of the sound icon will be spoken.
|
||||
|
||||
EspeakSoundIconFolder "/usr/share/sounds/sound-icons/"
|
||||
|
||||
# Volume at which sound icons are played.
|
||||
|
||||
EspeakSoundIconVolume 0
|
||||
|
||||
# -- Punctuation --
|
||||
|
||||
# Characters to be spoken when punctuation setting is "some"
|
||||
# Encoding is UTF-8.
|
||||
EspeakPunctuationList "@+_"
|
||||
EspeakCapitalPitchRise 0
|
||||
|
||||
# -- Rate control --
|
||||
# The following options are in words per minute
|
||||
#the same as the -s parameter for the -s option in espeak command line tool.
|
||||
|
||||
# Minimum rate (-100 in speech-dispatcher)
|
||||
EspeakMinRate 80
|
||||
|
||||
# Normal rate (0 in speech-dispatcher)
|
||||
EspeakNormalRate 170
|
||||
|
||||
# Maximum rate (100 in speech-dispatcher)
|
||||
EspeakMaxRate 449
|
||||
|
||||
# -- Internal parameters --
|
||||
|
||||
# Number of ms of audio returned by the espeak callback function.
|
||||
EspeakAudioChunkSize 300
|
||||
|
||||
# Maximum number of samples to buffer in playback queue.
|
||||
EspeakAudioQueueMaxSize 441000
|
||||
|
||||
# Whether to enable speech indexing
|
||||
EspeakIndexing 1
|
||||
|
||||
|
||||
# This makes the speak-ng module only show non-mbrola voices, don't change it
|
||||
EspeakMbrola 0
|
||||
|
||||
# Copyright (C) 2007 Lukas Loehrer <listaddr1@gmx.net>
|
||||
# Copyright (C) 2007-2008 Brailcom, o.p.s
|
||||
# Copyright (C) 2007 Gilles Casse <gcasse@oralux.org>
|
||||
# Copyright (C) 2011 Rui Batista <ruiandrebatista@gmail.com>
|
||||
# Copyright (C) 2011-2016 Luke Yelavich <themuso@themuso.com>
|
||||
#
|
||||
# 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/>.
|
||||
70
.config/speech-dispatcher/modules/espeak.conf
Normal file
70
.config/speech-dispatcher/modules/espeak.conf
Normal file
@@ -0,0 +1,70 @@
|
||||
# Debugging
|
||||
Debug 0
|
||||
|
||||
|
||||
# -- SOUND ICONS --
|
||||
|
||||
# Espeak does not currently support playing sound icons
|
||||
# (audio files that are played by name when an application requests
|
||||
# a sound icon). If you have installed the free(b)soft sound-icons
|
||||
# package, this is the directory where will they be found. If not
|
||||
# blank, the espeak Output Module will play them if it finds a
|
||||
# file whose name matches the sound icon name. If blank, or no
|
||||
# matching file is found, the name of the sound icon will be spoken.
|
||||
|
||||
EspeakSoundIconFolder "/usr/share/sounds/sound-icons/"
|
||||
|
||||
# Volume at which sound icons are played.
|
||||
|
||||
EspeakSoundIconVolume 0
|
||||
|
||||
# -- Punctuation --
|
||||
|
||||
# Characters to be spoken when punctuation setting is "some"
|
||||
# Encoding is UTF-8.
|
||||
EspeakPunctuationList "@+_"
|
||||
EspeakCapitalPitchRise 0
|
||||
|
||||
# -- Rate control --
|
||||
# The following options are in words per minute
|
||||
#the same as the -s parameter for the -s option in espeak command line tool.
|
||||
|
||||
# Minimum rate (-100 in speech-dispatcher)
|
||||
EspeakMinRate 80
|
||||
|
||||
# Normal rate (0 in speech-dispatcher)
|
||||
EspeakNormalRate 170
|
||||
|
||||
# Maximum rate (100 in speech-dispatcher)
|
||||
EspeakMaxRate 449
|
||||
|
||||
# -- Internal parameters --
|
||||
|
||||
# Number of ms of audio returned by the espeak callback function.
|
||||
EspeakAudioChunkSize 300
|
||||
|
||||
# Maximum number of samples to buffer in playback queue.
|
||||
EspeakAudioQueueMaxSize 441000
|
||||
|
||||
# Whether to enable speech indexing
|
||||
EspeakIndexing 1
|
||||
|
||||
|
||||
# Copyright (C) 2007 Lukas Loehrer <listaddr1@gmx.net>
|
||||
# Copyright (C) 2007-2008 Brailcom, o.p.s
|
||||
# Copyright (C) 2007 Gilles Casse <gcasse@oralux.org>
|
||||
# Copyright (C) 2011 Rui Batista <ruiandrebatista@gmail.com>
|
||||
# Copyright (C) 2011 Luke Yelavich <themuso@themuso.com>
|
||||
#
|
||||
# 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/>.
|
||||
93
.config/speech-dispatcher/modules/festival.conf
Normal file
93
.config/speech-dispatcher/modules/festival.conf
Normal file
@@ -0,0 +1,93 @@
|
||||
# -- DEBUGGING --
|
||||
|
||||
# Debug turns debugging on or off
|
||||
# See speechd.conf for information where debugging information is stored
|
||||
Debug 0
|
||||
|
||||
|
||||
# -- FESTIVAL SERVER SETTINGS --
|
||||
|
||||
# Address where the Festival server runs (you have to
|
||||
# have a Festival server running, please see documentation).
|
||||
|
||||
#FestivalServerHost "localhost"
|
||||
#FestivalServerPort 1314
|
||||
|
||||
|
||||
# -- CACHING --
|
||||
|
||||
# Festival output module supports a caching mechanism for
|
||||
# repeated events like characters, keys and sound icons
|
||||
# that saves the wavefiles retrieved from the synthesizer
|
||||
# and uses them next time an identical request is issued.
|
||||
# This way, the synthesis is much more responsive when
|
||||
# you type in keys, you spell some word by going over it
|
||||
# with cursor keys, sound icons are faster and so on.
|
||||
# If you wish to enable this caching mechanism, turn
|
||||
# FestivalCacheOn to 1, or switch it off by 0.
|
||||
|
||||
# FestivalCacheOn 1
|
||||
|
||||
# How large should the memory assigned to output module for
|
||||
# cache should be. Festival will never overcome this limit.
|
||||
# If there are more messages to save, the ones that are least
|
||||
# accessed will be removed from the cache. So if you set this
|
||||
# parameter too low, the module will often have to synthesize
|
||||
# your request (which takes time) instead of just retrieving
|
||||
# it from the cache, but you will save system resources. If you
|
||||
# set it higher, it might make the module more responsive.
|
||||
# The value is given in kilobytes, default is 10 megabytes.
|
||||
|
||||
# FestivalCacheMaxKBytes 10240
|
||||
|
||||
# Normally, the cache pool is common for all voices, rates and
|
||||
# pitches. This means that when for example the key 'r' gets cached,
|
||||
# you change the voice and request the key 'r' again, it will be
|
||||
# retrieved from the cache and you will hear the old 'r' instead of a
|
||||
# new one. By default, it only switches between languages. In most
|
||||
# cases, this isn't a problem for characters, keys and sound icons and
|
||||
# it saves system resources. But if you want to keep separate caches
|
||||
# for different voices (and even rates and pitches), please set the
|
||||
# corresponding parameters to 1. (0 means don't distinguish).
|
||||
|
||||
# FestivalCacheDistinguishVoices 0
|
||||
# FestivalCacheDistinguishRate 0
|
||||
# FestivalCacheDistinguishPitch 0
|
||||
|
||||
# -- FESTIVAL PERFORMANCE --
|
||||
|
||||
# Switching FestivalReopenSocket to 1 will make the module close the
|
||||
# connection to Festival each time the currently synthesized wavefile
|
||||
# is no longer needed to finish and new text is waiting. This may improve
|
||||
# Festival responsivity on slower machines, but might cause a more network
|
||||
# traffic. Currently, the option is set to 0 by default, because there
|
||||
# is a network problem in Festival socket communication layer that introduces
|
||||
# unnecessary delays that affect the performance heavily in this mode.
|
||||
# Unless your Festival is patched against this bug, switching this on
|
||||
# is not recommended.
|
||||
|
||||
# FestivalReopenSocket 0
|
||||
|
||||
|
||||
# If FestivalDebugSaveOutput is set to 1, it writes the produced sound tracks
|
||||
# to /tmp/debug-festival-*.snd before it says them. You can later browse them
|
||||
# for debugging purposes. They are numbered in order starting from 0.
|
||||
|
||||
# FestivalDebugSaveOutput 0
|
||||
|
||||
|
||||
# Copyright (C) 2003-2008 Brailcom, o.p.s
|
||||
# Copyright (C) 2007 Gilles Casse <gcasse@oralux.org>
|
||||
#
|
||||
# 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/>.
|
||||
Reference in New Issue
Block a user