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.tex41
1 files changed, 38 insertions, 3 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index e6bde414de..b79570ce60 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -213,18 +213,53 @@
213 & \\ 213 & \\
214 NES Sound Format 214 NES Sound Format
215 & \fname{.nsf}, \fname{.nsfe} 215 & \fname{.nsf}, \fname{.nsfe}
216 & Progress bar and seek use tracks instead of seconds.\\ 216 & Progress bar and seek use subtracks instead of seconds.\\
217 Atari SAP 217 Atari SAP
218 & \fname{.sap} 218 & \fname{.sap}
219 & \\ 219 & \\
220 Sound Interface Device 220 Sound Interface Device
221 & \fname{.sid} 221 & \fname{.sid}
222 & \\ 222 & Progress bar and seek use subtracks instead of seconds.\\
223 SPC700 223 SPC700
224 & \fname{.spc} 224 & \fname{.spc}
225 & \\ 225 & \\
226 \end{rbtabular} 226 \end{rbtabular}
227 227
228 \subsection{Codec featureset}
229 \begin{rbtabular}{.90\textwidth}{lXXX}%
230 {\textbf{Format} & \textbf{Seek} & \textbf{Resume} & \textbf{Gapless}}{}{}
231 ATSC A/52 (AC3) & x & x & \\
232 ADX & x & & \\
233 MPEG audio & x & x & x \\
234 Musepack & x & x & x \\
235 OGG/Vorbis & x & x & x \\
236 Sony Audio & x & x & \\
237 RealAudio & x & x & \\
238 Dialogic telephony type & x & x & \\
239 Windows Media Audio Standard & x & x & \\
240 Windows Media Audio Professional & x & x & \\
241 Audio Interchange File Format & x & x & x \\
242 Monkey's Audio & x & x & x \\
243 Sun Audio & x & x & x \\
244 Free Lossless Audio & x & x & x \\
245 Apple Lossless & x & x & x \\
246 Shorten & & & x \\
247 True Audio & x & x & x \\
248 Wave64 & x & x & x \\
249 Waveform audio format & x & x & x \\
250 Wavpack & x & x & x \\
251 Atari Sound Format & x & & \\
252 Synthetic music Mobile Application Format & x & x & \\
253 MOD & x & & \\
254 NES Sound Format & x & & \\
255 Atari SAP & x & & \\
256 Sound Interface Device & x & & \\
257 SPC700 & x & & \\
258 \end{rbtabular}
259
260 \note{The seek implementations of NES Sound Format and Sound Interface Device
261 use subtracks instead of seconds, whereas each subtrack equals a second.}
262
228 \section{\label{ref:SupportedMetadata}Supported metadata tags} 263 \section{\label{ref:SupportedMetadata}Supported metadata tags}
229 Rockbox supports different metadata formats. In general those tag formats 264 Rockbox supports different metadata formats. In general those tag formats
230 are ID3 (v1.0, v1.1, v2.2, v2.3 and v2.4), APE (v1 and v2), Vorbis, MP4 and 265 are ID3 (v1.0, v1.1, v2.2, v2.3 and v2.4), APE (v1 and v2), Vorbis, MP4 and
@@ -254,7 +289,7 @@
254 \end{rbtabular} 289 \end{rbtabular}
255 290
256 \subsection{Featureset for generic metadata tags} 291 \subsection{Featureset for generic metadata tags}
257 \begin{rbtabular}{\textwidth}{lccccX}% 292 \begin{rbtabular}{0.80\textwidth}{lXXXXX}%
258 {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} & 293 {\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} &
259 \textbf{MP4} & \textbf{ASF}}{}{} 294 \textbf{MP4} & \textbf{ASF}}{}{}
260 Embedded albumart \fname{.bmp} & & & & & \\ 295 Embedded albumart \fname{.bmp} & & & & & \\