forked from len0rd/rockbox
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
This commit is contained in:
parent
e419aca849
commit
2fe7752e3f
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue