mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Correctly opt the anti-skip buffer setting description to include it for disk based targets only, and rewrite the description to be shorter and more to-the-point, fixes FS#9655
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19506 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e4c09799a0
commit
142e83aa4c
1 changed files with 22 additions and 31 deletions
|
@ -60,37 +60,28 @@ related to audio playback.
|
||||||
These settings control the speed and acceleration during fast forward and rewind.
|
These settings control the speed and acceleration during fast forward and rewind.
|
||||||
The setting \setting{FF/RW Min Step} controls the initial speed and \setting{FF/RW Accel} controls the acceleration.
|
The setting \setting{FF/RW Min Step} controls the initial speed and \setting{FF/RW Accel} controls the acceleration.
|
||||||
|
|
||||||
\section{Anti-Skip Buffer}
|
\opt{disk_storage}{
|
||||||
This setting allows you to control how much music is
|
\section{Anti-Skip Buffer}
|
||||||
stored in the \daps{} memory whilst playing a song, acting as a buffer
|
This setting controls how early Rockbox starts refilling the music buffer
|
||||||
against shock or playback problems. The \dap{} transfers the selected
|
from the hard drive when playing. A longer Anti-Skip Buffer helps prevent
|
||||||
amount of the forthcoming song into its memory at high speed whilst you are
|
skips in music playback if Rockbox has trouble reading from the disk.
|
||||||
playing the song. It keeps a ``rolling'' buffer, which keeps feeding more
|
This can happen if the \dap{} is knocked, shaken or jogged heavily while
|
||||||
of the forthcoming song into memory as it goes along.
|
Rockbox is trying to read the hard drive.
|
||||||
If the \dap{} is knocked, shaken or jogged heavily while Rockbox is trying
|
|
||||||
to read the hard drive, Rockbox might not be able to read the drive.
|
|
||||||
Rockbox will retry over and over again until it succeeds, but may
|
|
||||||
eventually reach the end of the memory buffer. When that happens, Rockbox
|
|
||||||
must stop playing and wait for more data from the disk, which causes your
|
|
||||||
music to skip. The anti-skip setting tells Rockbox how much extra buffer
|
|
||||||
memory to spare to handle this situation. This setting therefore allows you
|
|
||||||
to reduce the chances of there being a gap or pause during playback of
|
|
||||||
songs.
|
|
||||||
|
|
||||||
\nopt{ondio}{
|
\opt{MASCODEC}{
|
||||||
\opt{MASCODEC}{The anti-skip buffer can be set to a value between 0 and 7
|
The anti-skip buffer can be set to a value between 0 and 7
|
||||||
seconds.}
|
seconds.
|
||||||
}%
|
}
|
||||||
\opt{ondio}{
|
|
||||||
The anti-skip buffer can safely be kept at zero. It will eventually be
|
\opt{swcodec}{
|
||||||
eliminated.
|
The anti-skip buffer can be set to various values between
|
||||||
}%
|
5 seconds and 10 minutes.
|
||||||
\opt{swcodec}{The anti-skip buffer can be set to various values between
|
}
|
||||||
5 seconds and 10 minutes.}%
|
|
||||||
|
|
||||||
\note{Having a large anti-skip buffer tends to use more power, and may
|
\note{Having a large anti-skip buffer tends to use more power, and may
|
||||||
reduce your battery life. It is recommended to always use the lowest
|
reduce your battery life. It is recommended to always use the lowest
|
||||||
possible setting that allows correct and continuous playback.}
|
possible setting that allows correct and continuous playback.}
|
||||||
|
}
|
||||||
|
|
||||||
\section{Fade on Stop/Pause}
|
\section{Fade on Stop/Pause}
|
||||||
Enables and disables a fade effect when you
|
Enables and disables a fade effect when you
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue