Skip to content

Commit

Permalink
Mention using SIGHUP to refresh the list of modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Dec 20, 2024
1 parent de9588a commit 747d562
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
15 changes: 12 additions & 3 deletions doc/speech-dispatcher.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions doc/speech-dispatcher.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1095,9 +1095,18 @@ output modules provide good synchronization, you can combine them when
reading messages. For example if module1 can speak English and Czech while
module2 speaks only German, the idea is that if there is some message in
German, module2 is used, while module1 is used for the other languages.
However the language is not the only criteria for the decision. The rules for
selection of an output module can be influenced through the configuration file
@file{speech-dispatcher/speechd.conf}.
However the language is not the only criteria for the decision.

The set of modules can be set in @file{speech-dispatcher/speechd.conf}, or left
to be determined automatically. It can be refreshed by making Speech Dispatcher
reload the configuration, with e.g.

@example
killall -HUP speech-dispatcher
@end example

The rules for selection of an output module can be influenced through the
configuration file @file{speech-dispatcher/speechd.conf}.

@menu
* Provided Functionality:: Some synthesizers don't support the full set of SSIP features.
Expand Down

0 comments on commit 747d562

Please sign in to comment.