summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libtta/README.rockbox
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libtta/README.rockbox')
-rw-r--r--lib/rbcodec/codecs/libtta/README.rockbox33
1 files changed, 33 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libtta/README.rockbox b/lib/rbcodec/codecs/libtta/README.rockbox
new file mode 100644
index 0000000000..549aa4e097
--- /dev/null
+++ b/lib/rbcodec/codecs/libtta/README.rockbox
@@ -0,0 +1,33 @@
1Library: True Audio
2Imported by : Yoshihisa Uchida
3Import date : 2010-03-05
4Baseed by : TTA library version 1.2 for hardware players (ttalib-hwplayer-1.2.tgz)
5 from http://true-audio.com/Free_Downloads
6
7This directory contains a decoder version of True Auido.
8
9LICENSING INFORMATION
10
11True Audio license is described in the README file or each source file in this directory.
12
13Limitation
14
15 - Decoding is not real time on some targets.
16 - Max duration is 4095 seconds (about 1 hours 8 minutes).
17
18IMPORT DETAILS
19
20The .[ch] files from ttalib-hwplayer-1.2.tgz were imported into Rockbox.
21But the following files do not include.
22 Makefile
23 tta.vcproj
24 samples/*
25
26
27When source files import in Rockbox, I changed below.
28
29all files
30 - TAB => 4 spaces.
31 - // style comments changes to /* */ style.
32
33Moreover, I modify to optimize the decoding speed.