summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libtta/README.rockbox
diff options
context:
space:
mode:
authorSean Bartell <wingedtachikoma@gmail.com>2011-06-25 21:32:25 -0400
committerNils Wallménius <nils@rockbox.org>2012-04-25 22:13:20 +0200
commitf40bfc9267b13b54e6379dfe7539447662879d24 (patch)
tree9b20069d5e62809ff434061ad730096836f916f2 /lib/rbcodec/codecs/libtta/README.rockbox
parenta0009907de7a0107d49040d8a180f140e2eff299 (diff)
downloadrockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.gz
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.zip
Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
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.