Git commit a2cb0c3844c3a40cda6ff1dadb022cff3b9417dd by Yuri Chornoivan. Committed on 20/02/2022 at 19:23. Pushed by yurchor into branch 'master'.
Add TTS voice selection option to the docs M +8 -2 doc/index.docbook https://invent.kde.org/graphics/okular/commit/a2cb0c3844c3a40cda6ff1dadb022cff3b9417dd diff --git a/doc/index.docbook b/doc/index.docbook index d788e6df4..54fcf86de 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -2771,8 +2771,14 @@ Context menu actions like Rename Bookmarks etc.) <term><guilabel>Text-to-speech engine</guilabel></term> <listitem> <para><action>Allows you to choose</action> the text-to-speech (<abbrev>TTS</abbrev>) engine to be used by &okular;. - The default is <application>speechd</application> <abbrev>TTS</abbrev>, but you can use all - languages and voices depending on the available synthesizers on your platform. On &Linux;, + The default is <application>speechd</application> <abbrev>TTS</abbrev>.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><guilabel>Text-to-speech voice</guilabel></term> + <listitem> + <para><action>Allows you to choose</action> a voice for the text-to-speech engine to be used by &okular;. + You can use all languages and voices depending on the available synthesizers on your platform. On &Linux;, speech-dispatcher is used by default to determine available voices.</para> </listitem> </varlistentry>
