summaryrefslogtreecommitdiff
path: root/manual/appendix
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-12-14 18:02:57 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-12-14 18:02:57 +0000
commit5b8ed62922fce346dc1c92db264e7ceff8c4796e (patch)
tree6965b1d3cc0f557e8574822c371d0cfe1ce6ed9c /manual/appendix
parent6b450190774accae3bd4185b9c4329acf57b3db9 (diff)
downloadrockbox-5b8ed62922fce346dc1c92db264e7ceff8c4796e.tar.gz
rockbox-5b8ed62922fce346dc1c92db264e7ceff8c4796e.zip
FS#12443: Implement downmixing to stereo for multichannel flac.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31253 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
-rw-r--r--manual/appendix/file_formats.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex
index f9f2e0a020..a086c5d2f7 100644
--- a/manual/appendix/file_formats.tex
+++ b/manual/appendix/file_formats.tex
@@ -176,7 +176,7 @@
176 & Linear PCM 8/16/24/32 bit, IEEE float 32/64 bit, ITU-T G.711 a-law/$\mu$-law\\ 176 & Linear PCM 8/16/24/32 bit, IEEE float 32/64 bit, ITU-T G.711 a-law/$\mu$-law\\
177 Free Lossless Audio 177 Free Lossless Audio
178 & \fname{.flac} 178 & \fname{.flac}
179 & Supports multichannel tracks w/o downmixing (only left/right is played).\\ 179 & Supports multichannel playback including downmixing to stereo.\\
180 Apple Lossless 180 Apple Lossless
181 & \fname{.m4a}, \fname{.mp4} 181 & \fname{.m4a}, \fname{.mp4}
182 & \\ 182 & \\
@@ -198,6 +198,9 @@
198 & \fname{.wv} 198 & \fname{.wv}
199 & \\ 199 & \\
200 \end{rbtabular} 200 \end{rbtabular}
201
202 \note{Free Lossless Audio multichannel tracks may not play in realtime on all devices due to CPU
203 performance requirements.}
201 204
202 \subsection{Other Codecs} 205 \subsection{Other Codecs}
203 \begin{rbtabular}{\textwidth}{l>{\raggedright}p{6em}X}% 206 \begin{rbtabular}{\textwidth}{l>{\raggedright}p{6em}X}%