Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention using SIGHUP to refresh the list of modules #981

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading