summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-04-26 19:12:07 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-04-26 19:12:07 +0000
commit52ad3893cae7cfd92bdb3cac054d0055d4888e0a (patch)
treec64819ee476f0a7092794ffdd04dddf53c2b5a3a
parent4564f5c56a60e99f1079c4bfa35aa9933f5e9db3 (diff)
downloadrockbox-52ad3893cae7cfd92bdb3cac054d0055d4888e0a.tar.gz
rockbox-52ad3893cae7cfd92bdb3cac054d0055d4888e0a.zip
Improve the crossfade entry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9814 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xmanual/configure_rockbox/playback_options.tex18
1 files changed, 10 insertions, 8 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex
index a9573bb8ac..15c3c0f500 100755
--- a/manual/configure_rockbox/playback_options.tex
+++ b/manual/configure_rockbox/playback_options.tex
@@ -104,22 +104,24 @@
104 Options: 104 Options:
105 \begin{description} 105 \begin{description}
106 \item[Enable Crossfade: ]If set to ``Off,'' crossfade is disabled. If set to ``Always,'' 106 \item[Enable Crossfade: ]If set to ``Off,'' crossfade is disabled. If set to ``Always,''
107 songs will always cross-fade into one another. If set to ``Shuffle,'' crossfade is 107 songs will always crossfade into one another. If set to ``Shuffle,'' crossfade is
108 enabled when the shuffle feature is set to ``Yes,'' but disabled otherwise. 108 enabled when the shuffle feature is set to ``Yes,'' but disabled otherwise. If set to
109 track skip only, tracks will only crossfade when you manually change tracks.
109 % 110 %
110 \item[Fade In Delay: ]The ``fade in delay'' and ``fade out delay'' control the offset 111 \item[Fade In Delay: ]The ``fade in delay'' is the length of time between when the crossfade
111 between when the first song starts to fade out and the second song starts to fade in. 112 process begins and when the new track begins to fade in.
112 % 113 %
113 \item[Fade In Duration: ]The length of time, in seconds, that it takes your music to fade in. 114 \item[Fade In Duration: ]The length of time, in seconds, that it takes your music to fade in.
114 % 115 %
115 \item[Fade Out Delay: ]The ``fade in delay'' and ``fade out delay'' control the offset 116 \item[Fade Out Delay: ]The ``fade out delay'' is the length of time between when the crossfade
116 between when the first song starts to fade out and the second song starts to fade in. 117 process begins and when the old track begins to fade out.
117 % 118 %
118 \item[Fade Out Duration: ]The length of time, in seconds, that it takes your music to fade out. 119 \item[Fade Out Duration: ]The length of time, in seconds, that it takes your music to fade out.
119 % 120 %
120 \item[Fade Out Mode: ]If set to ``Crossfade'', one song will fade out and the next song will 121 \item[Fade Out Mode: ]If set to ``Crossfade'', one song will fade out and the next song will
121 simultaneously fade in. If set to ``Mix,'' the currently playing song will fade out 122 simultaneously fade in. If set to ``Mix,'' the ending song will continue to play as normal
122 according to the fade out settings, but the next song will simply start, without fading in. 123 until its end, while the starting song will fade in from under it. ``Mix'' mode is not
124 used for manual track skips, even if it is selected here.
123 \end{description} 125 \end{description}
124 126
125 \note{The crossfade setting is particularly effective when the player is set on shuffle.} 127 \note{The crossfade setting is particularly effective when the player is set on shuffle.}