From cc3e1d0020067347bfc53dd6ebcfaaa922afc414 Mon Sep 17 00:00:00 2001 From: nls Date: Mon, 1 Dec 2008 13:50:44 +0000 Subject: [PATCH] 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 --- manual/appendix/file_formats.tex | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index b118ba87e..c00eaef9a 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 -- 2.11.4.GIT