Skip to content

Commit

Permalink
speechd-voices parameter setting clarification added to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdm committed Mar 12, 2008
1 parent 4e45b39 commit 426fc88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion speechd-el.texi
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,11 @@ identifiers and parameter values. Valid parameter names are the
following symbols: @code{language}, @code{gender}, @code{age},
@code{style}, @code{name}, @code{rate}, @code{pitch}, @code{volume},
@code{punctuation-mode}, @code{capital-character-mode},
@code{message-priority}, @code{output-module}.
@code{message-priority}, @code{output-module}. Please note that any
parameter entry present will change the corresponding parameter, even
if the parameter value is @code{nil} or empty; if you don't want to
change the parameter in any way by the voice, don't put it to the list
(and don't enable its entry in customize).

@code{name} value is a string identifying Speech Dispatcher voice
name. If it is not given, the parameters @code{gender}, @code{age},
Expand Down
4 changes: 4 additions & 0 deletions speechd.el
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ is a symbol under which the voice will be accessed and PARAMETERS is an alist
of parameter identifiers and parameter values. Valid parameter names are the
following symbols: language, gender, age, style, name, rate, pitch, volume,
punctuation-mode, capital-character-mode, message-priority, output-module.
Please note that any parameter entry present will change the corresponding
parameter, even if the parameter value is nil or empty; if you don't want to
change the parameter in any way by the voice, don't put it to the list (and
don't enable its entry in customize).
Name is a string identifying Speech Dispatcher voice name. If it is not given,
the parameters gender, age, and style are considered to select a Speech
Expand Down

0 comments on commit 426fc88

Please sign in to comment.