diff options
| author | Brandon Low <lostlogic@rockbox.org> | 2006-04-26 19:12:07 +0000 |
|---|---|---|
| committer | Brandon Low <lostlogic@rockbox.org> | 2006-04-26 19:12:07 +0000 |
| commit | 52ad3893cae7cfd92bdb3cac054d0055d4888e0a (patch) | |
| tree | c64819ee476f0a7092794ffdd04dddf53c2b5a3a | |
| parent | 4564f5c56a60e99f1079c4bfa35aa9933f5e9db3 (diff) | |
| download | rockbox-52ad3893cae7cfd92bdb3cac054d0055d4888e0a.zip rockbox-52ad3893cae7cfd92bdb3cac054d0055d4888e0a.tar.gz rockbox-52ad3893cae7cfd92bdb3cac054d0055d4888e0a.tar.bz2 rockbox-52ad3893cae7cfd92bdb3cac054d0055d4888e0a.tar.xz | |
Improve the crossfade entry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9814 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | manual/configure_rockbox/playback_options.tex | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index a9573bb..15c3c0f 100755 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex @@ -104,22 +104,24 @@ Options: \begin{description} \item[Enable Crossfade: ]If set to ``Off,'' crossfade is disabled. If set to ``Always,'' - songs will always cross-fade into one another. If set to ``Shuffle,'' crossfade is - enabled when the shuffle feature is set to ``Yes,'' but disabled otherwise. + songs will always crossfade into one another. If set to ``Shuffle,'' crossfade is + enabled when the shuffle feature is set to ``Yes,'' but disabled otherwise. If set to + track skip only, tracks will only crossfade when you manually change tracks. % - \item[Fade In Delay: ]The ``fade in delay'' and ``fade out delay'' control the offset - between when the first song starts to fade out and the second song starts to fade in. + \item[Fade In Delay: ]The ``fade in delay'' is the length of time between when the crossfade + process begins and when the new track begins to fade in. % \item[Fade In Duration: ]The length of time, in seconds, that it takes your music to fade in. % - \item[Fade Out Delay: ]The ``fade in delay'' and ``fade out delay'' control the offset - between when the first song starts to fade out and the second song starts to fade in. + \item[Fade Out Delay: ]The ``fade out delay'' is the length of time between when the crossfade + process begins and when the old track begins to fade out. % \item[Fade Out Duration: ]The length of time, in seconds, that it takes your music to fade out. % \item[Fade Out Mode: ]If set to ``Crossfade'', one song will fade out and the next song will - simultaneously fade in. If set to ``Mix,'' the currently playing song will fade out - according to the fade out settings, but the next song will simply start, without fading in. + simultaneously fade in. If set to ``Mix,'' the ending song will continue to play as normal + until its end, while the starting song will fade in from under it. ``Mix'' mode is not + used for manual track skips, even if it is selected here. \end{description} \note{The crossfade setting is particularly effective when the player is set on shuffle.} |