diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-12-01 13:50:44 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-12-01 13:50:44 +0000 |
| commit | 2fe7752e3f5b79acf55033fb2a67bfeebd69983e (patch) | |
| tree | 9669f6c22546da74fc9929750e3a0650c2505286 /manual/appendix | |
| parent | e419aca8499c02185c6a9ae4c5fc20389788b36a (diff) | |
| download | rockbox-2fe7752e3f5b79acf55033fb2a67bfeebd69983e.zip rockbox-2fe7752e3f5b79acf55033fb2a67bfeebd69983e.tar.gz rockbox-2fe7752e3f5b79acf55033fb2a67bfeebd69983e.tar.bz2 rockbox-2fe7752e3f5b79acf55033fb2a67bfeebd69983e.tar.xz | |
Update the 'Supported audio formats' table, we now recognize ogg/vorbis files with the extension '.oga' and ape is now usable on the pp based targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19289 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/file_formats.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index b118ba8..c00eaef 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -66,7 +66,7 @@ \emph{Lossy codecs} \\ \midrule MPEG audio & \fname{.mp1, .mpa, .mp2, .mp3} & \\ - OGG/Vorbis & \fname{.ogg} & Some old ``floor 0'' files may crash Rockbox. \\ + OGG/Vorbis & \fname{.ogg, .oga} & Some old ``floor 0'' files may crash Rockbox. \\ Musepack & \fname{.mpc} & \\ Advanced Audio Coding & \fname{.m4a, .m4b, .mp4} & \\ Windows Media Audio & \fname{.wma, .wmv, .asf} & \\ @@ -84,10 +84,13 @@ Wavpack & \fname{.wv} & \\ Shorten & \fname{.shn} & Seeking not supported.\\ \opt{h1xx,h300,x5,m5,m3}{ - Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 decode fast enough to be useful. \\ + Monkey's Audio & \fname{.ape, .mac} & -c1000 and -c2000 files decode fast enough to be useful. \\ } \opt{gigabeat}{ - Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 decode fast enough to be useful. \\ + Monkey's Audio & \fname{.ape, .mac} & -c1000 to -c3000 files decode fast enough to be useful. \\ + } + \nopt{h1xx,h300,x5,m5,m3,gigabeat}{% + Monkey's Audio & \fname{.ape, .mac} & Only -c1000 files decode fast enough to be useful. \\ } \\ \midrule |