summaryrefslogtreecommitdiff
path: root/manual/appendix
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2010-04-14 19:44:07 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2010-04-14 19:44:07 +0000
commit53cf63fbbc3a8b0d41feb7b81c1ef0da652f616b (patch)
treed7ed17ccc83f6e61f77ebe7f34f333b1f74fd472 /manual/appendix
parentd5caa1b2e623540d4ee7f2ed8fba8b9aea0ef7cd (diff)
downloadrockbox-53cf63fbbc3a8b0d41feb7b81c1ef0da652f616b.zip
rockbox-53cf63fbbc3a8b0d41feb7b81c1ef0da652f616b.tar.gz
rockbox-53cf63fbbc3a8b0d41feb7b81c1ef0da652f616b.tar.bz2
rockbox-53cf63fbbc3a8b0d41feb7b81c1ef0da652f616b.tar.xz
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
Diffstat (limited to 'manual/appendix')
-rw-r--r--manual/appendix/appendix.tex2
-rw-r--r--manual/appendix/config_file_options.tex28
-rw-r--r--manual/appendix/wps_tags.tex2
3 files changed, 16 insertions, 16 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex
index 2130a0e..99bc626 100644
--- a/manual/appendix/appendix.tex
+++ b/manual/appendix/appendix.tex
@@ -73,7 +73,7 @@ The recording hardware (the MAS) does not allow us to do this
The mp3{}-decoding hardware cannot decode OGG. It can be reprogrammed, but
there is too little memory for OGG and we have no documentation on how to
program the MAS' DSP. Doing the conversion with the CPU is impossible, since
- a 12MHz SH1 is far too slow for this daunting task.
+ a 12 MHz SH1 is far too slow for this daunting task.
\item Archos Multimedia support.\\
The Archos Multimedia is a completely different beast. It is an entirely
different architecture, different CPU and upgrading the software is done
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex
index aa3cd16..17e9cb7 100644
--- a/manual/appendix/config_file_options.tex
+++ b/manual/appendix/config_file_options.tex
@@ -158,7 +158,7 @@
replaygain noclip
& on, off & N/A\\
replaygain preamp
- & -120 to 120 & 0.1dB\\
+ & -120 to 120 & 0.1 dB\\
%
\opt{crossfade}{
crossfade & off, auto track change, man track skip, shuffle,
@@ -178,16 +178,16 @@
%
crossfeed & on, off & N/A\\
crossfeed direct gain
- & 0 to 60 & 0.1dB\\
+ & 0 to 60 & 0.1 dB\\
crossfeed cross gain
- & 30 to 120 & 0.1dB\\
+ & 30 to 120 & 0.1 dB\\
crossfeed hf attenuation
- & 60 to 240 & 0.1dB\\
+ & 60 to 240 & 0.1 dB\\
crossfeed hf cutoff
& 500 to 2000 & Hz\\
%
eq enabled & on, off & N/A\\
- eq precut & 0 to 240 & 0.1dB\\
+ eq precut & 0 to 240 & 0.1 dB\\
eq band 0 cutoff & 0 to 32768 & Hz\\
eq band 1 cutoff & 0 to 32768 & Hz\\
eq band 2 cutoff & 0 to 32768 & Hz\\
@@ -198,11 +198,11 @@
eq band 2 q & 0 to 64 & N/A\\
eq band 3 q & 0 to 64 & N/A\\
eq band 4 q & 0 to 64 & N/A\\
- eq band 0 gain & -240 to 240 & 0.1dB\\
- eq band 1 gain & -240 to 240 & 0.1dB\\
- eq band 2 gain & -240 to 240 & 0.1dB\\
- eq band 3 gain & -240 to 240 & 0.1dB\\
- eq band 4 gain & -240 to 240 & 0.1dB\\
+ eq band 0 gain & -240 to 240 & 0.1 dB\\
+ eq band 1 gain & -240 to 240 & 0.1 dB\\
+ eq band 2 gain & -240 to 240 & 0.1 dB\\
+ eq band 3 gain & -240 to 240 & 0.1 dB\\
+ eq band 4 gain & -240 to 240 & 0.1 dB\\
%
dithering enabled & on, off & N/A\\
%
@@ -226,7 +226,7 @@
\opt{masf}{
loudness & 0 to 17 & N/A\\
superbass & on, off & N/A\\
- auto volume & off, 20ms, 2s, 4s, 8s
+ auto volume & off, 20 ms, 2 s, 4 s, 8 s
& seconds\\
mdb enable & on,off & N/A\\
mdb strength & 0 to 127 & dB\\
@@ -238,10 +238,10 @@
\opt{lcd_bitmap}{
peak meter release
& 1 to 126 & ?\\
- peak meter hold
+ peak meter hold
& off, 200ms, 300ms, 500ms, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
15, 20, 30, 1min & N/A \\
- peak meter clip hold
+ peak meter clip hold
& on, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 30, 45,
60, 90, 2min, 3min, 5min, 10min, 20min, 45min, 90min
& N/A \\
@@ -357,7 +357,7 @@
jump scroll
& 0 to 5 & N/A\\
jump scroll delay
- & 0 to 250 & 0.01s\\
+ & 0 to 250 & 0.01 s\\
}%
\bottomrule
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 155de36..a35c973 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -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\\