summaryrefslogtreecommitdiffstats
path: root/manual/appendix/file_formats.tex
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-19 20:21:48 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-05-19 20:21:48 +0000
commit2d4031057fe9a82b3ddebfbf373a9228f5934652 (patch)
tree3dda0072745c4406266111136a6c89465c1edaed /manual/appendix/file_formats.tex
parenta45af1c4fecc9dc522ac46bca39a7e6c6ef5d612 (diff)
downloadrockbox-2d4031057fe9a82b3ddebfbf373a9228f5934652.tar.gz
rockbox-2d4031057fe9a82b3ddebfbf373a9228f5934652.zip
Add a codec featureset overview (for now 'seek', 'resume' and 'gapless') to the manual. Additionally change table formatting and add a note to the SID format.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29899 a1c6a512-1295-4272-9138-f99709370657
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 @@
& \\
NES Sound Format
& \fname{.nsf}, \fname{.nsfe}
- & Progress bar and seek use tracks instead of seconds.\\
+ & Progress bar and seek use subtracks instead of seconds.\\
Atari SAP
& \fname{.sap}
& \\
Sound Interface Device
& \fname{.sid}
- & \\
+ & Progress bar and seek use subtracks instead of seconds.\\
SPC700
& \fname{.spc}
& \\
\end{rbtabular}
+ \subsection{Codec featureset}
+ \begin{rbtabular}{.90\textwidth}{lXXX}%
+ {\textbf{Format} & \textbf{Seek} & \textbf{Resume} & \textbf{Gapless}}{}{}
+ ATSC A/52 (AC3) & x & x & \\
+ ADX & x & & \\
+ MPEG audio & x & x & x \\
+ Musepack & x & x & x \\
+ OGG/Vorbis & x & x & x \\
+ Sony Audio & x & x & \\
+ RealAudio & x & x & \\
+ Dialogic telephony type & x & x & \\
+ Windows Media Audio Standard & x & x & \\
+ Windows Media Audio Professional & x & x & \\
+ Audio Interchange File Format & x & x & x \\
+ Monkey's Audio & x & x & x \\
+ Sun Audio & x & x & x \\
+ Free Lossless Audio & x & x & x \\
+ Apple Lossless & x & x & x \\
+ Shorten & & & x \\
+ True Audio & x & x & x \\
+ Wave64 & x & x & x \\
+ Waveform audio format & x & x & x \\
+ Wavpack & x & x & x \\
+ Atari Sound Format & x & & \\
+ Synthetic music Mobile Application Format & x & x & \\
+ MOD & x & & \\
+ NES Sound Format & x & & \\
+ Atari SAP & x & & \\
+ Sound Interface Device & x & & \\
+ SPC700 & x & & \\
+ \end{rbtabular}
+
+ \note{The seek implementations of NES Sound Format and Sound Interface Device
+ use subtracks instead of seconds, whereas each subtrack equals a second.}
+
\section{\label{ref:SupportedMetadata}Supported metadata tags}
Rockbox supports different metadata formats. In general those tag formats
are ID3 (v1.0, v1.1, v2.2, v2.3 and v2.4), APE (v1 and v2), Vorbis, MP4 and
@@ -254,7 +289,7 @@
\end{rbtabular}
\subsection{Featureset for generic metadata tags}
- \begin{rbtabular}{\textwidth}{lccccX}%
+ \begin{rbtabular}{0.80\textwidth}{lXXXXX}%
{\textbf{Feature} & \textbf{ID3} & \textbf{APE} & \textbf{Vorbis} &
\textbf{MP4} & \textbf{ASF}}{}{}
Embedded albumart \fname{.bmp} & & & & & \\