diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-12-14 18:02:57 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-12-14 18:02:57 +0000 |
| commit | 5b8ed62922fce346dc1c92db264e7ceff8c4796e (patch) | |
| tree | 6965b1d3cc0f557e8574822c371d0cfe1ce6ed9c /manual/appendix | |
| parent | 6b450190774accae3bd4185b9c4329acf57b3db9 (diff) | |
| download | rockbox-5b8ed62922fce346dc1c92db264e7ceff8c4796e.zip rockbox-5b8ed62922fce346dc1c92db264e7ceff8c4796e.tar.gz rockbox-5b8ed62922fce346dc1c92db264e7ceff8c4796e.tar.bz2 rockbox-5b8ed62922fce346dc1c92db264e7ceff8c4796e.tar.xz | |
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.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index f9f2e0a..a086c5d 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -176,7 +176,7 @@ & Linear PCM 8/16/24/32 bit, IEEE float 32/64 bit, ITU-T G.711 a-law/$\mu$-law\\ Free Lossless Audio & \fname{.flac} - & Supports multichannel tracks w/o downmixing (only left/right is played).\\ + & Supports multichannel playback including downmixing to stereo.\\ Apple Lossless & \fname{.m4a}, \fname{.mp4} & \\ @@ -198,6 +198,9 @@ & \fname{.wv} & \\ \end{rbtabular} + + \note{Free Lossless Audio multichannel tracks may not play in realtime on all devices due to CPU + performance requirements.} \subsection{Other Codecs} \begin{rbtabular}{\textwidth}{l>{\raggedright}p{6em}X}% |