diff options
Diffstat (limited to 'manual/configure_rockbox/playback_options.tex')
-rw-r--r-- | manual/configure_rockbox/playback_options.tex | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index f9f1db01f2..0cff2b3c37 100644 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex | |||
@@ -97,17 +97,21 @@ you to configure settings related to audio playback. | |||
97 | disabled as well as skipping songs and launching plugins. | 97 | disabled as well as skipping songs and launching plugins. |
98 | 98 | ||
99 | \opt{swcodec}{ | 99 | \opt{swcodec}{ |
100 | \opt{crossfade}{ | ||
100 | \section{Crossfade} | 101 | \section{Crossfade} |
101 | This setting enables a cross-fader. At the end of a song, the song will | 102 | This section controls the behavior of the crossfader. The crossfader, when |
102 | fade out as the next song fades in, creating a smooth transition between | 103 | enabled, smoothly fades one track into the next. This can occur in two |
103 | songs. The crossfade setting is particularly effective when the player is | 104 | situations: an automatic track skip and a manual track skip. An automatic |
104 | set on shuffle.\\ | 105 | track skip occurs at the end of the track, moving to the next track in the |
106 | playlist without user intervention. A manual track skip occurs immediately | ||
107 | when the appropriate button is pressed.\\ | ||
105 | 108 | ||
106 | Options for crossfade settings are: | 109 | Options for crossfade settings are: |
107 | \begin{description} | 110 | \begin{description} |
108 | \item[Enable Crossfade.] If set to \setting{Off}, crossfade is disabled. | 111 | \item[Enable Crossfade.] If set to \setting{Off}, crossfade is disabled |
109 | If set to \setting{Auto Track Skip Only}, crossfade occurs for | 112 | and all track skips are gapless. If set to |
110 | automatic skips, but not for manual skips. The next setting, | 113 | \setting{Auto Track Skip Only}, crossfade occurs for automatic skips, |
114 | but not for manual skips. The next setting, | ||
111 | \setting{Manual Track Skip Only}, is the opposite: tracks will only | 115 | \setting{Manual Track Skip Only}, is the opposite: tracks will only |
112 | crossfade when manually skipped. If set to \setting{Shuffle}, crossfade | 116 | crossfade when manually skipped. If set to \setting{Shuffle}, crossfade |
113 | is enabled for all track changes when the shuffle feature is set to | 117 | is enabled for all track changes when the shuffle feature is set to |
@@ -147,6 +151,7 @@ you to configure settings related to audio playback. | |||
147 | The graphic below illustrates how the different settings work in practice. | 151 | The graphic below illustrates how the different settings work in practice. |
148 | 152 | ||
149 | \includegraphics[width=14cm]{configure_rockbox/images/crossfade_graphic.png} | 153 | \includegraphics[width=14cm]{configure_rockbox/images/crossfade_graphic.png} |
154 | }%\opt{crossfade} | ||
150 | 155 | ||
151 | \section{Replaygain} | 156 | \section{Replaygain} |
152 | This allows you to control the replaygain function. | 157 | This allows you to control the replaygain function. |