summaryrefslogtreecommitdiff
path: root/manual/appendix/file_formats.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/appendix/file_formats.tex')
-rw-r--r--manual/appendix/file_formats.tex28
1 files changed, 15 insertions, 13 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index 8103037364..87eed696a2 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -3,6 +3,7 @@
3\section{\label{ref:Supportedfileformats}Supported file formats} 3\section{\label{ref:Supportedfileformats}Supported file formats}
4\begin{table} 4\begin{table}
5\begin{center} 5\begin{center}
6\rowcolors{1}{}{gray!30}
6\begin{tabularx}{\textwidth}{clp{7em}X}\toprule 7\begin{tabularx}{\textwidth}{clp{7em}X}\toprule
7\textbf{Icon} & \textbf{File Type} & \textbf{Extension} 8\textbf{Icon} & \textbf{File Type} & \textbf{Extension}
8 & \textbf{Action when selected} \\\midrule% 9 & \textbf{Action when selected} \\\midrule%
@@ -82,9 +83,10 @@
82 \section{\label{ref:Supportedaudioformats}Supported audio formats} 83 \section{\label{ref:Supportedaudioformats}Supported audio formats}
83 \begin{table} 84 \begin{table}
84 \begin{center} 85 \begin{center}
86 \rowcolors{1}{}{gray!30}
85 \begin{tabularx}{\textwidth}{lp{6em}X}\toprule 87 \begin{tabularx}{\textwidth}{lp{6em}X}\toprule
86 \textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule 88 \textbf{Format} & \textbf{Extension} & \textbf{Notes} \\\midrule
87 \emph{Lossy codecs} \\ 89 \multicolumn{2}{c}{\textbf{Lossy codecs}}\\
88 \midrule 90 \midrule
89 MPEG audio & \fname{.mp1, .mpa, .mp2, .mp3} & \\ 91 MPEG audio & \fname{.mp1, .mpa, .mp2, .mp3} & \\
90 OGG/Vorbis & \fname{.ogg, .oga} & Some old ``floor 0'' files may crash Rockbox. \\ 92 OGG/Vorbis & \fname{.ogg, .oga} & Some old ``floor 0'' files may crash Rockbox. \\
@@ -94,9 +96,9 @@
94 ATSC A/52 & \fname{.a52, .ac3} & Supports downmixing for playback of 5.1 streams in stereo. \\ 96 ATSC A/52 & \fname{.a52, .ac3} & Supports downmixing for playback of 5.1 streams in stereo. \\
95 ADX & \fname{.adx} & \\ 97 ADX & \fname{.adx} & \\
96 Speex & \fname{.spx} & \\ 98 Speex & \fname{.spx} & \\
97 \\ 99
98 \midrule 100 \midrule
99 \emph{Lossless codecs} \\ 101 \multicolumn{2}{c}{\textbf{Lossless codecs}}\\
100 \midrule 102 \midrule
101 Waveform audio format & \fname{.wav} & \\ 103 Waveform audio format & \fname{.wav} & \\
102 Audio Interchange File Format & \fname{.aif, .aiff} & \\ 104 Audio Interchange File Format & \fname{.aif, .aiff} & \\
@@ -105,20 +107,20 @@
105 Wavpack & \fname{.wv} & \\ 107 Wavpack & \fname{.wv} & \\
106 Shorten & \fname{.shn} & Seeking not supported.\\ 108 Shorten & \fname{.shn} & Seeking not supported.\\
107 \opt{h100,h300,x5,m5,m3}{ 109 \opt{h100,h300,x5,m5,m3}{
108 Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode fast enough to be useful. \\ 110 Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode
109 } 111 fast enough to be useful.}
110 \opt{gigabeatf}{ 112 \opt{gigabeatf}{
111 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful. \\ 113 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000
112 } 114 files decode fast enough to be useful.}
113 \opt{gigabeats}{ 115 \opt{gigabeats}{
114 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode fast enough to be useful. \\ 116 Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c4000 files decode
115 } 117 fast enough to be useful.}
116 \nopt{h100,h300,x5,m5,m3,gigabeat}{% 118 \opt{ipod,h10,h10_5gb,mrobe100,sansa}{
117 Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast enough to be useful. \\ 119 Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast
118 } 120 enough to be useful.}
119 \\ 121 \\
120 \midrule 122 \midrule
121 \emph{Other codecs} \\ 123 \multicolumn{2}{c}{\textbf{Other codecs}}\\
122 \midrule 124 \midrule
123 Sound Interface Device & \fname{.sid} & \\ 125 Sound Interface Device & \fname{.sid} & \\
124 MOD & \fname{.mod} & \\ 126 MOD & \fname{.mod} & \\