[Scummvm-git-logs] scummvm branch-2-6 -> 57843003f989302d814a797263ad04e13227cdc8

criezy noreply at scummvm.org
Sun Jun 26 16:07:39 UTC 2022


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a1a6ac0f82 DOCS: fix talkspeed explanation
57843003f9 DOCS: Update talkspeed explanation


Commit: a1a6ac0f82082366fa11511b8f5721baafa6fa29
    https://github.com/scummvm/scummvm/commit/a1a6ac0f82082366fa11511b8f5721baafa6fa29
Author: Joachim Jautz (github at jautz.org)
Date: 2022-06-26T17:06:52+01:00

Commit Message:
DOCS: fix talkspeed explanation

Playing around with the "talkspeed" values, the name of this setting may be counter-intuitive:
Higher values do not mean higher speed. Instead they lead to higher (longer) display time.
In other words, talkspeed zero is fast, 255 is slow.
Related discussion (from 2008, though): https://forums.scummvm.org/viewtopic.php?t=6496

Changed paths:
    doc/docportal/settings/audio.rst


diff --git a/doc/docportal/settings/audio.rst b/doc/docportal/settings/audio.rst
index 6de95e7faa1..73361482198 100644
--- a/doc/docportal/settings/audio.rst
+++ b/doc/docportal/settings/audio.rst
@@ -63,7 +63,7 @@ Text and Speech
 .. _talkspeed:
 
 Subtitle speed
-	Adjusts the length of time that the subtitles are displayed on screen. The lower the speed is set, the longer the subtitles are displayed.
+	Adjusts the length of time that the subtitles are displayed on screen. The higher the value, the longer the subtitles are displayed.
 
 	*talkspeed*
 


Commit: 57843003f989302d814a797263ad04e13227cdc8
    https://github.com/scummvm/scummvm/commit/57843003f989302d814a797263ad04e13227cdc8
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2022-06-26T17:07:05+01:00

Commit Message:
DOCS: Update talkspeed explanation

Changed paths:
    doc/docportal/settings/audio.rst


diff --git a/doc/docportal/settings/audio.rst b/doc/docportal/settings/audio.rst
index 73361482198..e577d286845 100644
--- a/doc/docportal/settings/audio.rst
+++ b/doc/docportal/settings/audio.rst
@@ -63,7 +63,7 @@ Text and Speech
 .. _talkspeed:
 
 Subtitle speed
-	Adjusts the length of time that the subtitles are displayed on screen. The higher the value, the longer the subtitles are displayed.
+	Adjusts the length of time that the subtitles are displayed on screen. The meaning of this value depends on the games. Some games treat it as a delay (a higher value means the subtitles are displayed for longer) while others treat it as a speed. Games that treat it as a delay include all LucasArts games, with the exception of Grim Fandango and Escape from Monkey Island, all Sierra games, and the Discworld games. Most other games treat it as a speed.
 
 	*talkspeed*
 




More information about the Scummvm-git-logs mailing list