diff options
| author | Yoshihisa Uchida <uchida@rockbox.org> | 2010-05-13 13:25:57 +0000 |
|---|---|---|
| committer | Yoshihisa Uchida <uchida@rockbox.org> | 2010-05-13 13:25:57 +0000 |
| commit | c64ac19753fca213c95ebf8c71d5c2ff38bb5844 (patch) | |
| tree | ccc19e88f0a4bb5e2e0bab00d3a6ee0da5c68a74 | |
| parent | 0f5c6d47d4fdd17260b840024880ba6dd3fdf935 (diff) | |
| download | rockbox-c64ac19753fca213c95ebf8c71d5c2ff38bb5844.zip rockbox-c64ac19753fca213c95ebf8c71d5c2ff38bb5844.tar.gz rockbox-c64ac19753fca213c95ebf8c71d5c2ff38bb5844.tar.bz2 rockbox-c64ac19753fca213c95ebf8c71d5c2ff38bb5844.tar.xz | |
add the true audio codec.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25995 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/file_formats.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/appendix/file_formats.tex b/manual/appendix/file_formats.tex index 08adaaf..74220ee 100644 --- a/manual/appendix/file_formats.tex +++ b/manual/appendix/file_formats.tex @@ -149,6 +149,7 @@ Free Lossless Audio & \fname{.flac} & \\ Apple Lossless & \fname{.m4a, .mp4} & \\ Shorten & \fname{.shn} & Seeking not supported.\\ + True Audio & \fname{.tta} & In some targets, the decoding speed is slow. \\ Wave64 & \fname{.w64} & Wave/Wave64 supports following formats: \\ Waveform audio format & \fname{.wav} & linear pcm 8/16/24/32 bit. \\ & & IEEE float 32/64 bit\\ |