Skip to content

Commit

Permalink
generic: Fix documentation of GenericDelimiters and GenericMaxChunkLe…
Browse files Browse the repository at this point in the history
…ngth

They were named so since the beginning.
  • Loading branch information
sthibaul committed Mar 23, 2024
1 parent dfd97f0 commit af9ab32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion doc/speech-dispatcher-cs.html

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

2 changes: 1 addition & 1 deletion doc/speech-dispatcher-cs.texi
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ takto:
AddVoice "sk" "male1" "bob"
@end example

@item ModuleDelimiters "@var{delimiters}", ModuleMaxChunkLength @var{length}
@item GenericDelimiters "@var{delimiters}", GenericMaxChunkLength @var{length}

�asto se v�stupn� modul nesna�� vysyntetizovat cel� p��choz� text najednou, ale
m�sto toho jej nejprve roz�e�e na men�� kousky (v�ty, ��sti v�t) a ty potom
Expand Down
5 changes: 1 addition & 4 deletions doc/speech-dispatcher.html

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

5 changes: 1 addition & 4 deletions doc/speech-dispatcher.texi
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ in such a case. If not specified, the @code{no_voice} string is passed instead.

@var{name} is a name specific for the given output module.

@item ModuleDelimiters "@var{delimiters}", ModuleMaxChunkLength @var{length}
@item GenericDelimiters "@var{delimiters}", GenericMaxChunkLength @var{length}

Normally, the output module doesn't try to synthesize all
incoming text at once, but instead it cuts it into smaller
Expand All @@ -835,9 +835,6 @@ them one by one. This second approach, used by some output
modules, is much faster, however it limits the ability of
the output module to provide good intonation.

NOTE: The Festival module does not use ModuleDelimiters and
ModuleMaxChunkLength.

For this reason, you can configure at which characters
(@var{delimiters}) the text should be cut into smaller blocks
or after how many characters (@var{length}) it should be cut,
Expand Down

0 comments on commit af9ab32

Please sign in to comment.