From f40bfc9267b13b54e6379dfe7539447662879d24 Mon Sep 17 00:00:00 2001 From: Sean Bartell Date: Sat, 25 Jun 2011 21:32:25 -0400 Subject: Add codecs to librbcodec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius Tested-by: Nils Wallménius --- lib/rbcodec/codecs/libtta/README.rockbox | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 lib/rbcodec/codecs/libtta/README.rockbox (limited to 'lib/rbcodec/codecs/libtta/README.rockbox') 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 @@ +Library: True Audio +Imported by : Yoshihisa Uchida +Import date : 2010-03-05 +Baseed by : TTA library version 1.2 for hardware players (ttalib-hwplayer-1.2.tgz) + from http://true-audio.com/Free_Downloads + +This directory contains a decoder version of True Auido. + +LICENSING INFORMATION + +True Audio license is described in the README file or each source file in this directory. + +Limitation + + - Decoding is not real time on some targets. + - Max duration is 4095 seconds (about 1 hours 8 minutes). + +IMPORT DETAILS + +The .[ch] files from ttalib-hwplayer-1.2.tgz were imported into Rockbox. +But the following files do not include. + Makefile + tta.vcproj + samples/* + + +When source files import in Rockbox, I changed below. + +all files + - TAB => 4 spaces. + - // style comments changes to /* */ style. + +Moreover, I modify to optimize the decoding speed. -- cgit v1.2.3