1
0
Fork 0
forked from len0rd/rockbox

Consistent use of Hz, kHz, dB, dbFS, ms, s and min. Add spaces between number and unit -- e.g. '5 dB'.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25648 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-04-14 19:44:07 +00:00
parent d5caa1b2e6
commit 53cf63fbbc
9 changed files with 55 additions and 54 deletions

View file

@ -87,7 +87,7 @@ show the information for the next song to be played.
Ogg Vorbis (OGG), FLAC, MPC, AC3, WavPack (WV), ALAC, AAC,
Shorten (SHN), SID, ADX, NSF, Speex, SPC, APE, WMA, MOD, SAP.\\
\config{\%ff} & File Frequency (in Hz)\\
\config{\%fk} & File Frequency (in KHz)\\
\config{\%fk} & File Frequency (in kHz)\\
\config{\%fm} & File Name\\
\config{\%fn} & File Name (without extension)\\
\config{\%fp} & File Path\\

View file

@ -32,14 +32,15 @@
\item[Backlight Fade In.]
The amount of time that the backlight will take to fade from off to on
after a button is pressed. If set to \setting{Off} the backlight will
turn on immediately, with no fade in. Can also be set to \setting{500ms},
\setting{1s} or \setting{2s}.
turn on immediately, with no fade in. Can also be set to
\setting{500 ms}, \setting{1 s} or \setting{2 s}.
\item[Backlight Fade Out.]
Like Backlight fade in, this controls the amount of time that the
backlight will take to fade from on to off after a button is pressed. If
set to \setting{Off} the backlight will turn off immediately, with no
fade out. Other valid values: \setting{500 ms}, \setting{1 s},
\setting{2s}, \setting{3s}, \setting{4s}, \setting{5s} or \setting{10s}.
\setting{2 s}, \setting{3 s}, \setting{4 s}, \setting{5 s} or
\setting{10 s}.
}
\opt{backlight_fade_bool}{
\item[Backlight Fade In.]

View file

@ -59,8 +59,8 @@
\opt{masf}{
The frequency setting also determines which version of the MPEG standard
the sound is recorded using:\\
MPEG v1 for 48, 44.1 and 32\\
MPEG v2 for 24, 22.05 and 16\\
MPEG v1 for 48 kHz, 44.1 kHz and 32 kHz.\\
MPEG v2 for 24 kHz, 22.05 kHz and 16 kHz.\\
}
\opt{recorder,recorderv2fm,h100}
{\note{You cannot change the sample rate for digital recordings.}

View file

@ -24,7 +24,7 @@ change to customise your listening experience.
\opt{ipodnano}{minimum of -72 dB to a maximum of +6 dB.}%
\opt{ipodvideo}{minimum of -89 dB to a maximum of +6 dB.}%
\opt{ipodnano2g,ipodcolor,ipod1g2g,h10,h10_5gb,sansa,sansaAMS}{minimum of
-74 dB to a maximum of +6 db.}%
-74 dB to a maximum of +6 dB.}%
\opt{gigabeats}{minimum of -90 dB to a maximum of +6 dB.}%
\opt{gigabeatf}{minimum of -74 dB to a maximum of +6 dB.}%
\opt{ipodvideo}{\\Remark: Lowering the volume below -57 dB will also affect the line-out

View file

@ -202,9 +202,9 @@ your WPS (While Playing Screen).
\item [The scale:]
Between the indicators of the right and left channel there are little dots.
These dots represent important volume values. In linear mode each dot is a
10\% mark. In dbfs mode the dots represent the following values (from right
to left): 0db, {}-3db, {}-6db, {}-9db, {}-12db, {}-18db, {}-24db, {}-30db,
{}-40db, {}-50db, {}-60db.
10\% mark. In dBFS mode the dots represent the following values (from right
to left): 0 dB, {}-3 dB, {}-6 dB, {}-9 dB, {}-12 dB, {}-18 dB, {}-24 dB, {}-30 dB,
{}-40 dB, {}-50 dB, {}-60 dB.
\end{description}
}
\subsection{\label{sec:contextmenu}The WPS Context Menu}