summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-05-17 08:12:07 +0000
committerNils Wallménius <nils@rockbox.org>2010-05-17 08:12:07 +0000
commit22942db49f6f6cc2f01bf94d0547fad5c4a044e3 (patch)
tree63d467dd3e13876614b471341cca3950030ac664
parent18b1602797fdd0549318b925fcae2d60d242fe77 (diff)
downloadrockbox-22942db49f6f6cc2f01bf94d0547fad5c4a044e3.tar.gz
rockbox-22942db49f6f6cc2f01bf94d0547fad5c4a044e3.zip
Update the notes for which compression levels of ape are realtime and fix the location of rockbox version in the bug reporting instructions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26098 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/appendix.tex4
-rw-r--r--manual/appendix/file_formats.tex16
2 files changed, 9 insertions, 11 deletions
diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex
index fe0ffe97e8..6cb7e21a85 100644
--- a/manual/appendix/appendix.tex
+++ b/manual/appendix/appendix.tex
@@ -31,11 +31,11 @@ For open bug reports refer to
31\begin{itemize} 31\begin{itemize}
32\item Which exact \dap{} you have. 32\item Which exact \dap{} you have.
33\item Which exact Rockbox version you are using 33\item Which exact Rockbox version you are using
34(Menu $\rightarrow$ Info $\rightarrow$ Version) 34(Menu $\rightarrow$ System $\rightarrow$ Rockbox Info $\rightarrow$ Version)
35\item A step{}-by{}-step description of what you did and what happened 35\item A step{}-by{}-step description of what you did and what happened
36\item Whether the problem is repeatable or a one{}-time occurrence 36\item Whether the problem is repeatable or a one{}-time occurrence
37\item All relevant data regarding the problem, such as playlists, MP3 37\item All relevant data regarding the problem, such as playlists, MP3
38files etc. (IMPORTANT!) 38files etc. (IMPORTANT!)
39\end{itemize} 39\end{itemize}
40\end{enumerate} 40\end{enumerate}
41 41
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index da61878489..bbad199c66 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -129,18 +129,16 @@
129 & & IEEE float 32/64 bit\\ 129 & & IEEE float 32/64 bit\\
130 & & ITU-T G.711 a-low/$\mu$-low\\ 130 & & ITU-T G.711 a-low/$\mu$-low\\
131 & & QuickTime IMA ADPCM\\ 131 & & QuickTime IMA ADPCM\\
132 \opt{h100,h300,x5,m5,m3}{ 132 \opt{gigabeatf,h100,h300,x5,m5,m3,ipodnano2g,clipv1}{
133 Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode
134 fast enough to be useful.}
135 \opt{gigabeatf}{
136 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 133 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000
137 files decode fast enough to be useful.} 134 files decode fast enough to be useful.}
138 \opt{gigabeats}{ 135 \opt{gigabeats}{
139 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode 136 Monkey's Audio & \fname{.ape, .mac} & }
140 fast enough to be useful.} 137 \nopt{ipodnano2g}{
141 \opt{ipod,h10,h10_5gb,mrobe100,sansa,vibe500}{ 138 \opt{ipod,h10,h10_5gb,mrobe100,sansa,vibe500}{
142 Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast 139 Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast
143 enough to be useful.} 140 enough to be useful.}
141 }
144 \\ 142 \\
145 Sun Audio & \fname{.au, .snd} & Sun Audio supports following formats: \\ 143 Sun Audio & \fname{.au, .snd} & Sun Audio supports following formats: \\
146 & & linear pcm 8/16/24/32 bit. \\ 144 & & linear pcm 8/16/24/32 bit. \\