diff options
| author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-10 21:38:00 +0000 |
|---|---|---|
| committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2011-05-10 21:38:00 +0000 |
| commit | df7deee00f7e092db33f2c4d8ea5d566984c1ec2 (patch) | |
| tree | 8ba737b3435151c1dfcd317001d6ff6be4d8041d /manual/appendix | |
| parent | 90f21b3fcc5f8981f579c989cf87e2ee3aecd7d8 (diff) | |
| download | rockbox-df7deee00f7e092db33f2c4d8ea5d566984c1ec2.zip rockbox-df7deee00f7e092db33f2c4d8ea5d566984c1ec2.tar.gz rockbox-df7deee00f7e092db33f2c4d8ea5d566984c1ec2.tar.bz2 rockbox-df7deee00f7e092db33f2c4d8ea5d566984c1ec2.tar.xz | |
Correct notation of a few supported audio formats in the manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29856 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/appendix')
| -rw-r--r-- | manual/appendix/file_formats.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 6fc8236..0c47975 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -126,9 +126,9 @@ \begin{rbtabular}{\textwidth}{lp{6em}X}% {\textbf{Format} & \textbf{Extension} & \textbf{Notes}}{}{} Audio Interchange File Format & \fname{.aif}, \fname{.aiff} & AIFF supports following formats:\\ - & & linear pcm 8/16/24/32 bit\\ + & & Linear PCM 8/16/24/32 bit\\ & & IEEE float 32/64 bit\\ - & & ITU-T G.711 a-low/$\mu$-low\\ + & & ITU-T G.711 a-law/$\mu$-law\\ & & QuickTime IMA ADPCM\\ \opt{gigabeatf,iriverh100,iriverh300,iaudiox5,iaudiom5,iaudiom3,ipodnano2g,clipv1}{ Monkey's Audio & \fname{.ape}, \fname{.mac} & -c1000 to -c3000 @@ -142,17 +142,17 @@ } \\ Sun Audio & \fname{.au}, \fname{.snd} & Sun Audio supports following formats: \\ - & & linear pcm 8/16/24/32 bit \\ + & & Linear PCM 8/16/24/32 bit \\ & & IEEE float 32/64 bit\\ - & & ITU-T G.711 a-low/$\mu$-low\\ + & & ITU-T G.711 a-law/$\mu$-law\\ Free Lossless Audio & \fname{.flac} & \\ Apple Lossless & \fname{.m4a}, \fname{.mp4} & \\ Shorten & \fname{.shn} & Seeking not supported.\\ True Audio & \fname{.tta} & \\ Wave64 & \fname{.w64} & Wave/Wave64 supports following formats: \\ - Waveform audio format & \fname{.wav} & linear pcm 8/16/24/32 bit\\ + Waveform audio format & \fname{.wav} & Linear PCM 8/16/24/32 bit\\ & & IEEE float 32/64 bit\\ - & & ITU-T G.711 a-low/$\mu$-low\\ + & & ITU-T G.711 a-law/$\mu$-law\\ & & Microsoft ADPCM\\ & & Intel DVI ADPCM(IMA ADPCM) 2/3/4/5 bit\\ & & Dialogic OKI ADPCM\\ |